public enum EnumCCLicense extends java.lang.Enum<EnumCCLicense>
| Enum Constant and Description |
|---|
CC010 |
CCBY40 |
CCBYNC40 |
CCBYNCND40 |
CCBYNCSA40 |
CCBYND40 |
CCBYSA40 |
| Modifier and Type | Field and Description |
|---|---|
static java.util.EnumMap<EnumCCLicense,java.lang.String> |
enummap |
| Modifier and Type | Method and 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.
|
public static final EnumCCLicense CC010
public static final EnumCCLicense CCBY40
public static final EnumCCLicense CCBYSA40
public static final EnumCCLicense CCBYND40
public static final EnumCCLicense CCBYNC40
public static final EnumCCLicense CCBYNCSA40
public static final EnumCCLicense CCBYNCND40
public static java.util.EnumMap<EnumCCLicense,java.lang.String> enummap
public static EnumCCLicense[] values()
for (EnumCCLicense c : EnumCCLicense.values()) System.out.println(c);
public static EnumCCLicense valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getDescription()