|
Project: stp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<CcStorageLocation.StorageType>
CcStorageLocation.StorageType
public static enum CcStorageLocation.StorageType
Type of the storage location
Enum Constant Summary | |
---|---|
VIEW
This is a view storage location. |
|
VOB
This is a VOB storage location. |
Method Summary | |
---|---|
static CcStorageLocation.StorageType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CcStorageLocation.StorageType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CcStorageLocation.StorageType VIEW
public static final CcStorageLocation.StorageType VOB
Method Detail |
---|
public static CcStorageLocation.StorageType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static CcStorageLocation.StorageType[] values()
for (CcStorageLocation.StorageType c : CcStorageLocation.StorageType.values()) System.out.println(c);
|
Generated Fri 15-Nov-2013 12:48 AM | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |