public class Location extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
name |
LocationType |
type |
String |
value |
| 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) |
public String name
public LocationType type
public String value
public Location(String name, LocationType type, String value)
public Location(String value, LocationType type)
value - type - Copyright © 2019 Liquibase.org. All rights reserved.