public enum ServiceCol extends java.lang.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 |
SEALED |
SEQUENCE_NUMBER |
SOURCE_PK |
TARGET_PK |
TYPE_PK_STR |
TYPE1 |
VALUE1 |
VALUESTRING1 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
colName() |
java.lang.String |
toString() |
java.lang.Class |
typeClass() |
static ServiceCol |
valueOf(java.lang.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 final ServiceCol SEALED
public static ServiceCol[] values()
for (ServiceCol c : ServiceCol.values()) System.out.println(c);
public static ServiceCol 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 namejava.lang.NullPointerException - if the argument is nullpublic java.lang.Class typeClass()
public java.lang.String colName()
public java.lang.String toString()
toString in class java.lang.Enum<ServiceCol>Copyright © 2018 SAP SE. All Rights Reserved.