Uses of Class
com.sun.xml.registry.uddi.bindings_v2_2.KeyType
-
Packages that use KeyType Package Description com.sun.xml.registry.uddi.bindings_v2_2 -
-
Uses of KeyType in com.sun.xml.registry.uddi.bindings_v2_2
Fields in com.sun.xml.registry.uddi.bindings_v2_2 declared as KeyType Modifier and Type Field Description protected KeyTypeResult. keyTypeMethods in com.sun.xml.registry.uddi.bindings_v2_2 that return KeyType Modifier and Type Method Description static KeyTypeKeyType. fromValue(String v)KeyTypeResult. getKeyType()Gets the value of the keyType property.static KeyTypeKeyType. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyType[]KeyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.xml.registry.uddi.bindings_v2_2 with parameters of type KeyType Modifier and Type Method Description voidResult. setKeyType(KeyType value)Sets the value of the keyType property.
-