Uses of Class
org.apache.ws.scout.uddi.KeyType.Enum

Packages that use KeyType.Enum
org.apache.ws.scout.uddi   
org.apache.ws.scout.uddi.impl   
 

Uses of KeyType.Enum in org.apache.ws.scout.uddi
 

Fields in org.apache.ws.scout.uddi declared as KeyType.Enum
static KeyType.Enum KeyType.BINDING_KEY
           
static KeyType.Enum KeyType.BUSINESS_KEY
           
static KeyType.Enum KeyType.SERVICE_KEY
           
static KeyType.Enum KeyType.T_MODEL_KEY
           
 

Methods in org.apache.ws.scout.uddi that return KeyType.Enum
static KeyType.Enum KeyType.Enum.forInt(int i)
          Returns the enum value corresponding to an int, or null if none.
static KeyType.Enum KeyType.Enum.forString(String s)
          Returns the enum value for a string, or null if none.
 KeyType.Enum Result.getKeyType()
          Gets the "keyType" attribute
 

Methods in org.apache.ws.scout.uddi with parameters of type KeyType.Enum
 void Result.setKeyType(KeyType.Enum keyType)
          Sets the "keyType" attribute
 

Uses of KeyType.Enum in org.apache.ws.scout.uddi.impl
 

Methods in org.apache.ws.scout.uddi.impl that return KeyType.Enum
 KeyType.Enum ResultImpl.getKeyType()
          Gets the "keyType" attribute
 

Methods in org.apache.ws.scout.uddi.impl with parameters of type KeyType.Enum
 void ResultImpl.setKeyType(KeyType.Enum keyType)
          Sets the "keyType" attribute
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.