| Package | Description |
|---|---|
| liquibase.license |
| Modifier and Type | Field and Description |
|---|---|
LocationType |
Location.type |
| Modifier and Type | Method and Description |
|---|---|
static LocationType |
LocationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocationType[] |
LocationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Location(String value,
LocationType type)
Only use this constructor for things where the name and the value are the same
|
Location(String name,
LocationType type,
String value) |
Copyright © 2019 Liquibase.org. All rights reserved.