Package | Description |
---|---|
com.suse.salt.netapi.datatypes.target |
Modifier and Type | Field and Description |
---|---|
protected TargetType |
AbstractTarget.type |
Modifier and Type | Method and Description |
---|---|
TargetType |
Target.getType()
Return the target type.
|
TargetType |
AbstractTarget.getType() |
static TargetType |
TargetType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TargetType[] |
TargetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AbstractTarget(TargetType type,
T target) |
DictionaryTarget(TargetType type,
java.lang.String target) |
DictionaryTarget(TargetType type,
java.lang.String target,
char delimiter) |
DictionaryTarget(TargetType type,
java.lang.String key,
java.lang.String value) |
DictionaryTarget(TargetType type,
java.lang.String key,
java.lang.String value,
char delimiter) |