com.lucidera.lcs
Enum LcsTableMergeRel.ReshapeProjectionType
java.lang.Object
java.lang.Enum<LcsTableMergeRel.ReshapeProjectionType>
com.lucidera.lcs.LcsTableMergeRel.ReshapeProjectionType
- All Implemented Interfaces:
- Serializable, Comparable<LcsTableMergeRel.ReshapeProjectionType>
- Enclosing class:
- LcsTableMergeRel
static enum LcsTableMergeRel.ReshapeProjectionType
- extends Enum<LcsTableMergeRel.ReshapeProjectionType>
PROJECT_RID
public static final LcsTableMergeRel.ReshapeProjectionType PROJECT_RID
PROJECT_NONRIDS
public static final LcsTableMergeRel.ReshapeProjectionType PROJECT_NONRIDS
PROJECT_ALL
public static final LcsTableMergeRel.ReshapeProjectionType PROJECT_ALL
values
public static final LcsTableMergeRel.ReshapeProjectionType[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(LcsTableMergeRel.ReshapeProjectionType c : LcsTableMergeRel.ReshapeProjectionType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static LcsTableMergeRel.ReshapeProjectionType valueOf(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:
IllegalArgumentException
- if this enum type has no constant
with the specified name