Uses of Enum Class
org.simpleframework.xml.core.KeyBuilder.KeyType
Packages that use KeyBuilder.KeyType
-
Uses of KeyBuilder.KeyType in org.simpleframework.xml.core
Subclasses with type arguments of type KeyBuilder.KeyType in org.simpleframework.xml.coreModifier and TypeClassDescriptionprivate static enumTheKeyTypeenumeration is used to differentiate keys created for attributes from those created from elements.Fields in org.simpleframework.xml.core declared as KeyBuilder.KeyTypeModifier and TypeFieldDescriptionprivate final KeyBuilder.KeyTypeKeyBuilder.Key.typeThis is the type of key that this represents.Methods in org.simpleframework.xml.core that return KeyBuilder.KeyTypeModifier and TypeMethodDescriptionstatic KeyBuilder.KeyTypeReturns 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 ObjectKeyBuilder.getKey(KeyBuilder.KeyType type) This generates a key for theLabelobject that this represents.Constructors in org.simpleframework.xml.core with parameters of type KeyBuilder.KeyTypeModifierConstructorDescriptionKey(KeyBuilder.KeyType type, String value) Constructor for theKeyobject.