| Package | Description |
|---|---|
| com.ibm.tivoli.maximo.skd.model |
| Modifier and Type | Method and Description |
|---|---|
Column.Type |
Column.getType() |
static Column.Type |
Column.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Column.Type[] |
Column.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Column |
Column.setType(Column.Type type) |
| Constructor and Description |
|---|
Column(Column.Type type,
java.lang.String id,
int dataType) |