public enum CrosstabColumnPositionEnum extends java.lang.Enum<CrosstabColumnPositionEnum> implements JREnum
Enum Constant and Description |
---|
CENTER
Horizontal stretch position indicating that the contents will be rendered on the center.
|
LEFT
Horizontal stretch position indicating that the contents will be rendered on the left side.
|
RIGHT
Horizontal stretch position indicating that the contents will be rendered on the right side.
|
STRETCH
Horizontal stretch position indicating that the contents will be horizontally stretched.
|
Modifier and Type | Method and Description |
---|---|
static CrosstabColumnPositionEnum |
getByName(java.lang.String name) |
static CrosstabColumnPositionEnum |
getByValue(byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static CrosstabColumnPositionEnum |
getByValue(java.lang.Byte value)
Deprecated.
Used only by deprecated serialized fields.
|
java.lang.String |
getName() |
byte |
getValue()
Deprecated.
Used only by deprecated serialized fields.
|
java.lang.Byte |
getValueByte()
Deprecated.
Used only by deprecated serialized fields.
|
static CrosstabColumnPositionEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CrosstabColumnPositionEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CrosstabColumnPositionEnum LEFT
public static final CrosstabColumnPositionEnum CENTER
public static final CrosstabColumnPositionEnum RIGHT
public static final CrosstabColumnPositionEnum STRETCH
public static CrosstabColumnPositionEnum[] values()
for (CrosstabColumnPositionEnum c : CrosstabColumnPositionEnum.values()) System.out.println(c);
public static CrosstabColumnPositionEnum 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.Byte getValueByte()
getValueByte
in interface JREnum
public final byte getValue()
public static CrosstabColumnPositionEnum getByName(java.lang.String name)
public static CrosstabColumnPositionEnum getByValue(java.lang.Byte value)
public static CrosstabColumnPositionEnum getByValue(byte value)
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com