public enum SAPStorageType extends Enum<SAPStorageType>
Modifier and Type | Method and Description |
---|---|
static SAPStorageType |
convert(String storageName) |
abstract String |
getStorageName() |
static SAPStorageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SAPStorageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SAPStorageType row
public static final SAPStorageType column
public static SAPStorageType[] values()
for (SAPStorageType c : SAPStorageType.values()) System.out.println(c);
public static SAPStorageType 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 abstract String getStorageName()
public static SAPStorageType convert(String storageName)
Licenced under the Apache License, Version 2.0