Package | Description |
---|---|
org.komodo.rest.relational.response.metadata |
Modifier and Type | Method and Description |
---|---|
static RestSyndesisSourceStatus.EntityState |
RestSyndesisSourceStatus.EntityState.fromString(String value) |
RestSyndesisSourceStatus.EntityState |
RestSyndesisSourceStatus.getSchemaState() |
RestSyndesisSourceStatus.EntityState |
RestSyndesisSourceStatus.getVdbState() |
static RestSyndesisSourceStatus.EntityState |
RestSyndesisSourceStatus.EntityState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestSyndesisSourceStatus.EntityState[] |
RestSyndesisSourceStatus.EntityState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RestSyndesisSourceStatus.setSchemaState(RestSyndesisSourceStatus.EntityState schemaState) |
void |
RestSyndesisSourceStatus.setVdbState(RestSyndesisSourceStatus.EntityState vdbState) |
Copyright © 2013–2019. All rights reserved.