@Generated(value="OracleSDKGenerator", comments="API Version: 20181001") public enum LinkEnum extends Enum<LinkEnum> implements BmcEnum
Possible values for a link type.
Enum Constant and Description |
---|
Canonical |
Next |
Prev |
Self |
Template |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static LinkEnum |
create(String key) |
String |
getValue() |
static LinkEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LinkEnum Self
public static final LinkEnum Canonical
public static final LinkEnum Next
public static final LinkEnum Template
public static final LinkEnum Prev
public static final LinkEnum UnknownEnumValue
public static LinkEnum[] values()
for (LinkEnum c : LinkEnum.values()) System.out.println(c);
public static LinkEnum 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 nullCopyright © 2016–2024. All rights reserved.