public static enum CcStorageLocation.StorageType extends Enum<CcStorageLocation.StorageType>
Enum Constant and Description |
---|
VIEW
This is a view storage location.
|
VOB
This is a VOB storage location.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final CcStorageLocation.StorageType VIEW
public static final CcStorageLocation.StorageType VOB
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 nameNullPointerException
- if the argument is nullpublic static CcStorageLocation.StorageType[] values()
for (CcStorageLocation.StorageType c : CcStorageLocation.StorageType.values()) System.out.println(c);
Copyright © IBM 2017. All rights reserved.