Package | Description |
---|---|
org.stanwood.media.setup |
Modifier and Type | Method and Description |
---|---|
static SchemaCheck |
SchemaCheck.fromValue(java.lang.String value)
Get the enum value from a string
|
SchemaCheck |
DBResource.getSchemaCheck()
Used to get the schema check
|
static SchemaCheck |
SchemaCheck.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SchemaCheck[] |
SchemaCheck.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DBResource.setSchemaCheck(SchemaCheck schemaCheck)
Used to set the schema check option
|