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 |
---|---|
SMTable.SMTableType |
SMTable.getTableType()
Returns the tableType.
|
static SMTable.SMTableType |
SMTable.SMTableType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SMTable.SMTableType[] |
SMTable.SMTableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<SMTable> |
SMSchema.getEntities(SMTable.SMTableType type) |
void |
SMTable.setTableType(SMTable.SMTableType tableType)
Sets the tableType as specified.
|