public static enum AssetResourceWithHierarchyPath.TwinTypeEnum extends Enum<AssetResourceWithHierarchyPath.TwinTypeEnum>
| Enum Constant and Description |
|---|
PERFORMANCE |
SIMULATION |
| Modifier and Type | Method and Description |
|---|---|
static AssetResourceWithHierarchyPath.TwinTypeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static AssetResourceWithHierarchyPath.TwinTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssetResourceWithHierarchyPath.TwinTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssetResourceWithHierarchyPath.TwinTypeEnum PERFORMANCE
public static final AssetResourceWithHierarchyPath.TwinTypeEnum SIMULATION
public static AssetResourceWithHierarchyPath.TwinTypeEnum[] values()
for (AssetResourceWithHierarchyPath.TwinTypeEnum c : AssetResourceWithHierarchyPath.TwinTypeEnum.values()) System.out.println(c);
public static AssetResourceWithHierarchyPath.TwinTypeEnum 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 getValue()
public String toString()
toString in class Enum<AssetResourceWithHierarchyPath.TwinTypeEnum>public static AssetResourceWithHierarchyPath.TwinTypeEnum fromValue(String text)