Enum KeyValue.properties
- java.lang.Object
-
- java.lang.Enum<KeyValue.properties>
-
- com.priint.pubserver.plugin.entitydata.KeyValue.properties
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<KeyValue.properties>
- Enclosing class:
- KeyValue
public static enum KeyValue.properties extends java.lang.Enum<KeyValue.properties>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static KeyValue.propertiesvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static KeyValue.properties[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
bucketId
public static final KeyValue.properties bucketId
-
connectorEntity
public static final KeyValue.properties connectorEntity
-
context
public static final KeyValue.properties context
-
createdBy
public static final KeyValue.properties createdBy
-
createdOn
public static final KeyValue.properties createdOn
-
dataType
public static final KeyValue.properties dataType
-
entityKeyValueId
public static final KeyValue.properties entityKeyValueId
-
groupIdentifier
public static final KeyValue.properties groupIdentifier
-
identifier
public static final KeyValue.properties identifier
-
key
public static final KeyValue.properties key
-
keyLabel
public static final KeyValue.properties keyLabel
-
keySymbol
public static final KeyValue.properties keySymbol
-
metaData
public static final KeyValue.properties metaData
-
origin
public static final KeyValue.properties origin
-
parentKeyValueId
public static final KeyValue.properties parentKeyValueId
-
parentKeyValue
public static final KeyValue.properties parentKeyValue
-
refKeyValueId
public static final KeyValue.properties refKeyValueId
-
refKeyValue
public static final KeyValue.properties refKeyValue
-
sequence
public static final KeyValue.properties sequence
-
source
public static final KeyValue.properties source
-
subKeyValues
public static final KeyValue.properties subKeyValues
-
template
public static final KeyValue.properties template
-
timestamp
public static final KeyValue.properties timestamp
-
updatedBy
public static final KeyValue.properties updatedBy
-
updatedOn
public static final KeyValue.properties updatedOn
-
value
public static final KeyValue.properties value
-
version
public static final KeyValue.properties version
-
contentMetaData
public static final KeyValue.properties contentMetaData
-
-
Method Detail
-
values
public static KeyValue.properties[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (KeyValue.properties c : KeyValue.properties.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static KeyValue.properties valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
-