Enum EnumCCLicense
- java.lang.Object
-
- java.lang.Enum<EnumCCLicense>
-
- de.ipk_gatersleben.bit.bi.edal.primary_data.metadata.EnumCCLicense
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<EnumCCLicense>
,java.lang.constant.Constable
public enum EnumCCLicense extends java.lang.Enum<EnumCCLicense>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CC010
CCBY40
CCBYNC40
CCBYNCND40
CCBYNCSA40
CCBYND40
CCBYSA40
-
Field Summary
Fields Modifier and Type Field Description static java.util.EnumMap<EnumCCLicense,java.lang.String>
enummap
-
Method Summary
Modifier and Type Method Description java.lang.String
getDescription()
static EnumCCLicense
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EnumCCLicense[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
CC010
public static final EnumCCLicense CC010
-
CCBY40
public static final EnumCCLicense CCBY40
-
CCBYSA40
public static final EnumCCLicense CCBYSA40
-
CCBYND40
public static final EnumCCLicense CCBYND40
-
CCBYNC40
public static final EnumCCLicense CCBYNC40
-
CCBYNCSA40
public static final EnumCCLicense CCBYNCSA40
-
CCBYNCND40
public static final EnumCCLicense CCBYNCND40
-
-
Field Detail
-
enummap
public static java.util.EnumMap<EnumCCLicense,java.lang.String> enummap
-
-
Method Detail
-
values
public static EnumCCLicense[] values()
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static EnumCCLicense valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
getDescription
public java.lang.String getDescription()
-
-