Class TableItemType
public class TableItemType
extends Object
Represents parts of a table.
-
Field Summary
Fields
[#Headers] The headers part.
No item specifier was used.
@[Column_Name] The current row.
[#Totals] The totals part.
-
Constructor Summary
Constructors
-
Method Summary
Widening operator from integer.
int
Narrowing operator to integer.
Combines TableItemType values with the bit or operator.
Combines TableItemType values with the bit or operator.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
None
No item specifier was used.
-
-
Data
[#Data] The data part.
-
Totals
[#Totals] The totals part.
-
ThisRow
@[Column_Name] The current row.
-
Constructor Details
-
TableItemType
public TableItemType()
-
Method Details
-
getValue
public int getValue()
Narrowing operator to integer.
- Returns:
- The integer value.
-
forValue
Widening operator from integer.
-
of
Combines TableItemType values with the bit or operator.
- Parameters:
value1
- The TableItemType value 1.
value2
- The TableItemType value 2.
- Returns:
- The combined value.
-
of
Combines TableItemType values with the bit or operator.
- Parameters:
value1
- The TableItemType value 1.
value2
- The TableItemType value 2.
value3
- The TableItemType value 3.
- Returns:
- The combined value.