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

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

Uses of ConcurrentDataFlavor in org.plasma.sdo
 

Methods in org.plasma.sdo that return ConcurrentDataFlavor
 ConcurrentDataFlavor Concurrent.getDataFlavor()
           
 

Methods in org.plasma.sdo with parameters of type ConcurrentDataFlavor
 Property PlasmaType.findProperty(ConcurrencyType concurrencyType, ConcurrentDataFlavor dataFlavor)
          Returns the declared property from this type and its base types tagged with the given concurrency type and data flavor.
 boolean PlasmaProperty.isConcurrent(ConcurrencyType type, ConcurrentDataFlavor dataFlavor)
          Returns true if this property is tagged as concurrent for the given concurrency type and data flavor.
 void Concurrent.setDataFlavor(ConcurrentDataFlavor value)
           
 

Uses of ConcurrentDataFlavor in org.plasma.sdo.core
 

Methods in org.plasma.sdo.core with parameters of type ConcurrentDataFlavor
 Property CoreType.findProperty(ConcurrencyType concurrencyType, ConcurrentDataFlavor dataFlavor)
           
 boolean CoreProperty.isConcurrent(ConcurrencyType type, ConcurrentDataFlavor dataFlavor)
           
 

Uses of ConcurrentDataFlavor in org.plasma.sdo.profile
 

Methods in org.plasma.sdo.profile that return ConcurrentDataFlavor
 ConcurrentDataFlavor SDOConcurrent.getDataFlavor()
           
static ConcurrentDataFlavor ConcurrentDataFlavor.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConcurrentDataFlavor[] ConcurrentDataFlavor.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 ConcurrentDataFlavor
 void SDOConcurrent.setDataFlavor(ConcurrentDataFlavor value)
           
 



Copyright © 2014. All rights reserved.