Enum Text.properties
- java.lang.Object
-
- java.lang.Enum<Text.properties>
-
- com.priint.pubserver.plugin.entitydata.Text.properties
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<Text.properties>
- Enclosing class:
- Text
public static enum Text.properties extends java.lang.Enum<Text.properties>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description bucketbucketIdconnectorEntitycontentMetaDatacontextcreatedBycreatedOnentityTextIdgroupIdentifieridentifiermetaDataoriginsequencetemplatetexttimestampupdatedByupdatedOnversion
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Text.propertiesvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Text.properties[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
bucket
public static final Text.properties bucket
-
bucketId
public static final Text.properties bucketId
-
connectorEntity
public static final Text.properties connectorEntity
-
context
public static final Text.properties context
-
createdBy
public static final Text.properties createdBy
-
createdOn
public static final Text.properties createdOn
-
entityTextId
public static final Text.properties entityTextId
-
groupIdentifier
public static final Text.properties groupIdentifier
-
identifier
public static final Text.properties identifier
-
metaData
public static final Text.properties metaData
-
origin
public static final Text.properties origin
-
sequence
public static final Text.properties sequence
-
template
public static final Text.properties template
-
text
public static final Text.properties text
-
timestamp
public static final Text.properties timestamp
-
updatedBy
public static final Text.properties updatedBy
-
updatedOn
public static final Text.properties updatedOn
-
version
public static final Text.properties version
-
contentMetaData
public static final Text.properties contentMetaData
-
-
Method Detail
-
values
public static Text.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 (Text.properties c : Text.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 Text.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
-
-