Uses of Class
org.plasma.sdo.profile.KeyType

Packages that use KeyType
org.plasma.sdo  
org.plasma.sdo.core   
org.plasma.sdo.profile   
 

Uses of KeyType in org.plasma.sdo
 

Methods in org.plasma.sdo that return KeyType
 KeyType Key.getType()
           
 

Methods in org.plasma.sdo with parameters of type KeyType
 List<Property> PlasmaType.findProperties(KeyType keyType)
          Returns the declared property from this type and its base types tagged with the given key type.
 Property PlasmaType.findProperty(KeyType keyType)
          Returns the declared property from this type and its base types tagged with the given key type.
 boolean PlasmaProperty.isKey(KeyType keyType)
          Returns true if the key information for this property if exists and the key type is set to the given type.
 void Key.setType(KeyType value)
           
 

Uses of KeyType in org.plasma.sdo.core
 

Methods in org.plasma.sdo.core with parameters of type KeyType
 List<Property> CoreType.findProperties(KeyType keyType)
           
 Property CoreType.findProperty(KeyType keyType)
           
 boolean CoreProperty.isKey(KeyType keyType)
           
 

Uses of KeyType in org.plasma.sdo.profile
 

Methods in org.plasma.sdo.profile that return KeyType
 KeyType SDOKey.getType()
           
static KeyType KeyType.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 org.plasma.sdo.profile with parameters of type KeyType
 void SDOKey.setType(KeyType value)
           
 



Copyright © 2013. All rights reserved.