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 |
---|---|
static SMEnvironment.DatabaseType |
SMEnvironment.DatabaseType.getDatabaseType(java.lang.String value) |
SMEnvironment.DatabaseType |
SMEnvironment.getEnvironmentType()
Returns the environmentType Value.
|
static SMEnvironment.DatabaseType |
SMEnvironment.DatabaseType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SMEnvironment.DatabaseType[] |
SMEnvironment.DatabaseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SMEnvironment.setEnvironmentType(SMEnvironment.DatabaseType environmentType)
Method sets the environmentType as specified.
|