Uses of Enum Class
org.simpleframework.xml.core.KeyBuilder.KeyType
Packages that use KeyBuilder.KeyType
-
Uses of KeyBuilder.KeyType in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as KeyBuilder.KeyTypeModifier and TypeFieldDescriptionprivate final KeyBuilder.KeyType
KeyBuilder.Key.type
This is the type of key that this represents.Methods in org.simpleframework.xml.core that return KeyBuilder.KeyTypeModifier and TypeMethodDescriptionstatic KeyBuilder.KeyType
Returns the enum constant of this class with the specified name.static KeyBuilder.KeyType[]
KeyBuilder.KeyType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.simpleframework.xml.core with parameters of type KeyBuilder.KeyTypeModifier and TypeMethodDescriptionprivate 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.KeyTypeModifierConstructorDescriptionKey
(KeyBuilder.KeyType type, String value) Constructor for theKey
object.