Package | Description |
---|---|
com.ads.api.beans.sm |
Contains Collection Classes,Java Bean Classes which are specific to System, Environment,Table, Column and Node.
|
Modifier and Type | Method and Description |
---|---|
SMColumn.SMColumnType |
SMColumn.getColumnType()
Returns the columnType i.e whether it is a ENTITY, ENTITY_ATTRIBUTE or
ENTITY_ELEMENT..
|
static SMColumn.SMColumnType |
SMColumn.SMColumnType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SMColumn.SMColumnType[] |
SMColumn.SMColumnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SMColumn.setColumnType(SMColumn.SMColumnType type)
Method sets the SMColumnType as specified.
|