Uses of Class
org.apache.ws.scout.model.uddi.v2.KeyType

Packages that use KeyType
org.apache.ws.scout.model.uddi.v2   
 

Uses of KeyType in org.apache.ws.scout.model.uddi.v2
 

Fields in org.apache.ws.scout.model.uddi.v2 declared as KeyType
protected  KeyType Result.keyType
           
 

Methods in org.apache.ws.scout.model.uddi.v2 that return KeyType
static KeyType KeyType.fromValue(java.lang.String v)
           
 KeyType Result.getKeyType()
          Gets the value of the keyType property.
static KeyType KeyType.valueOf(java.lang.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 org.apache.ws.scout.model.uddi.v2 with parameters of type KeyType
 void Result.setKeyType(KeyType value)
          Sets the value of the keyType property.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.