Uses of Class
org.simpleframework.xml.core.KeyBuilder.KeyType
-
Packages that use KeyBuilder.KeyType Package Description org.simpleframework.xml.core -
-
Uses of KeyBuilder.KeyType in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as KeyBuilder.KeyType Modifier and Type Field Description private KeyBuilder.KeyType
KeyBuilder.Key. type
This is the type of key that this represents.Methods in org.simpleframework.xml.core that return KeyBuilder.KeyType Modifier and Type Method Description static KeyBuilder.KeyType
KeyBuilder.KeyType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static KeyBuilder.KeyType[]
KeyBuilder.KeyType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.simpleframework.xml.core with parameters of type KeyBuilder.KeyType Modifier and Type Method Description private java.lang.Object
KeyBuilder. getKey(KeyBuilder.KeyType type)
This generates a key for theLabel
object that this represents.Constructors in org.simpleframework.xml.core with parameters of type KeyBuilder.KeyType Constructor Description Key(KeyBuilder.KeyType type, java.lang.String value)
Constructor for theKey
object.
-