Enum TableData.properties
- java.lang.Object
-
- java.lang.Enum<TableData.properties>
-
- com.priint.pubserver.plugin.entitydata.TableData.properties
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<TableData.properties>
- Enclosing class:
- TableData
public static enum TableData.properties extends java.lang.Enum<TableData.properties>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TableData.propertiesvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TableData.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 TableData.properties bucket
-
bucketId
public static final TableData.properties bucketId
-
cellHeight
public static final TableData.properties cellHeight
-
cellMaxHeight
public static final TableData.properties cellMaxHeight
-
cellStyleLeftColumn
public static final TableData.properties cellStyleLeftColumn
-
cellStyleRightColumn
public static final TableData.properties cellStyleRightColumn
-
cellMaxWidth
public static final TableData.properties cellMaxWidth
-
cellWidth
public static final TableData.properties cellWidth
-
connectorEntity
public static final TableData.properties connectorEntity
-
context
public static final TableData.properties context
-
createdBy
public static final TableData.properties createdBy
-
createdOn
public static final TableData.properties createdOn
-
entityTableDataId
public static final TableData.properties entityTableDataId
-
footerRows
public static final TableData.properties footerRows
-
groupIdentifier
public static final TableData.properties groupIdentifier
-
headerRows
public static final TableData.properties headerRows
-
identifier
public static final TableData.properties identifier
-
leftColumn
public static final TableData.properties leftColumn
-
metaData
public static final TableData.properties metaData
-
origin
public static final TableData.properties origin
-
rightColumn
public static final TableData.properties rightColumn
-
sequence
public static final TableData.properties sequence
-
source
public static final TableData.properties source
-
tableDataRows
public static final TableData.properties tableDataRows
-
tableStyle
public static final TableData.properties tableStyle
-
template
public static final TableData.properties template
-
timestamp
public static final TableData.properties timestamp
-
updatedBy
public static final TableData.properties updatedBy
-
updatedOn
public static final TableData.properties updatedOn
-
version
public static final TableData.properties version
-
contentMetaData
public static final TableData.properties contentMetaData
-
-
Method Detail
-
values
public static TableData.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 (TableData.properties c : TableData.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 TableData.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
-
-