Uses of Class
com.suse.salt.netapi.datatypes.target.TargetType
-
Packages that use TargetType Package Description com.suse.salt.netapi.datatypes.target -
-
Uses of TargetType in com.suse.salt.netapi.datatypes.target
Fields in com.suse.salt.netapi.datatypes.target declared as TargetType Modifier and Type Field Description protected TargetType
AbstractTarget. type
Methods in com.suse.salt.netapi.datatypes.target that return TargetType Modifier and Type Method Description TargetType
AbstractTarget. getType()
TargetType
Target. getType()
Return the target type.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.Constructors in com.suse.salt.netapi.datatypes.target with parameters of type TargetType Constructor 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)
-