public enum ServiceCol extends Enum<ServiceCol>
| Enum Constant and Description |
|---|
ACL_TS |
CREATED_TS |
HJMP_TS |
ITEM_PK |
ITEM_TYPE_PK |
LANG_PK |
LANGUAGEPK |
MODIFIED_TS |
NAME |
OWNER_PK_STRING |
PK_STRING |
PROP_TS |
QUALIFIER |
REALNAME |
RSEQUENCE_NUMBER |
SEQUENCE_NUMBER |
SOURCE_PK |
TARGET_PK |
TYPE_PK_STR |
TYPE1 |
VALUE1 |
VALUESTRING1 |
| Modifier and Type | Method and Description |
|---|---|
String |
colName() |
String |
toString() |
Class |
typeClass() |
static ServiceCol |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceCol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceCol HJMP_TS
public static final ServiceCol PK_STRING
public static final ServiceCol CREATED_TS
public static final ServiceCol MODIFIED_TS
public static final ServiceCol TYPE_PK_STR
public static final ServiceCol ITEM_PK
public static final ServiceCol ITEM_TYPE_PK
public static final ServiceCol LANG_PK
public static final ServiceCol VALUE1
public static final ServiceCol NAME
public static final ServiceCol REALNAME
public static final ServiceCol TYPE1
public static final ServiceCol VALUESTRING1
public static final ServiceCol OWNER_PK_STRING
public static final ServiceCol ACL_TS
public static final ServiceCol PROP_TS
public static final ServiceCol QUALIFIER
public static final ServiceCol SOURCE_PK
public static final ServiceCol TARGET_PK
public static final ServiceCol SEQUENCE_NUMBER
public static final ServiceCol RSEQUENCE_NUMBER
public static final ServiceCol LANGUAGEPK
public static ServiceCol[] values()
for (ServiceCol c : ServiceCol.values()) System.out.println(c);
public static ServiceCol 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 Class typeClass()
public String colName()
public String toString()
toString in class Enum<ServiceCol>Copyright © 2017 SAP SE. All Rights Reserved.