|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<StorageElement.SEControlProtocolEnum>
org.gcube.informationsystem.glitebridge.resource.StorageElement.SEControlProtocolEnum
public static enum StorageElement.SEControlProtocolEnum
Enum Constant Summary | |
---|---|
classic
classic |
|
org_edg_SE
org.edg.SE TODO solve the point problem |
|
other
other |
|
SRM
SRM |
Method Summary | |
---|---|
static StorageElement.SEControlProtocolEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StorageElement.SEControlProtocolEnum[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final StorageElement.SEControlProtocolEnum SRM
public static final StorageElement.SEControlProtocolEnum org_edg_SE
public static final StorageElement.SEControlProtocolEnum classic
public static final StorageElement.SEControlProtocolEnum other
Method Detail |
---|
public static StorageElement.SEControlProtocolEnum[] values()
for (StorageElement.SEControlProtocolEnum c : StorageElement.SEControlProtocolEnum.values()) System.out.println(c);
public static StorageElement.SEControlProtocolEnum 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 name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |