public static enum MTOSISoapDataMap.MTOSISoapEntityType extends java.lang.Enum<MTOSISoapDataMap.MTOSISoapEntityType>
| Enum Constant and Description |
|---|
MANAGED_ELEMENT |
MODULE |
SHELF |
SLOT |
SUBSLOT |
TERMINATIONPOINT |
TOPO |
| Modifier and Type | Method and Description |
|---|---|
static MTOSISoapDataMap.MTOSISoapEntityType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MTOSISoapDataMap.MTOSISoapEntityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MTOSISoapDataMap.MTOSISoapEntityType MANAGED_ELEMENT
public static final MTOSISoapDataMap.MTOSISoapEntityType SHELF
public static final MTOSISoapDataMap.MTOSISoapEntityType SLOT
public static final MTOSISoapDataMap.MTOSISoapEntityType SUBSLOT
public static final MTOSISoapDataMap.MTOSISoapEntityType MODULE
public static final MTOSISoapDataMap.MTOSISoapEntityType TERMINATIONPOINT
public static final MTOSISoapDataMap.MTOSISoapEntityType TOPO
public static MTOSISoapDataMap.MTOSISoapEntityType[] values()
for (MTOSISoapDataMap.MTOSISoapEntityType c : MTOSISoapDataMap.MTOSISoapEntityType.values()) System.out.println(c);
public static MTOSISoapDataMap.MTOSISoapEntityType 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 null