public enum ResourceCatalogueCodes extends Enum<ResourceCatalogueCodes>
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
codes()
Codes.
|
String |
getDescription()
Gets the description.
|
String |
getId()
Gets the id.
|
String |
getValue()
Gets the value.
|
static ResourceCatalogueCodes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceCatalogueCodes |
valueOfCodeId(String id)
Value of code id.
|
static ResourceCatalogueCodes |
valueOfCodeValue(String codeValue)
Value of code value.
|
static ResourceCatalogueCodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceCatalogueCodes CTLG
public static final ResourceCatalogueCodes CTLGD
public static final ResourceCatalogueCodes CTLGO
public static final ResourceCatalogueCodes CTLGG
public static ResourceCatalogueCodes[] values()
for (ResourceCatalogueCodes c : ResourceCatalogueCodes.values()) System.out.println(c);
public static ResourceCatalogueCodes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getId()
public String getValue()
public String getDescription()
public static ResourceCatalogueCodes valueOfCodeId(String id)
id - the idpublic static ResourceCatalogueCodes valueOfCodeValue(String codeValue)
codeValue - the code valueCopyright © 2021. All Rights Reserved.