Uses of Class
org.oasis.ebxml.registry.bindings.rim.types.StabilityType

Packages that use StabilityType
org.oasis.ebxml.registry.bindings.rim   
org.oasis.ebxml.registry.bindings.rim.types   
 

Uses of StabilityType in org.oasis.ebxml.registry.bindings.rim
 

Methods in org.oasis.ebxml.registry.bindings.rim that return StabilityType
 StabilityType RegistryEntryType.getStability()
          Returns the value of field 'stability'.
 

Methods in org.oasis.ebxml.registry.bindings.rim with parameters of type StabilityType
 void RegistryEntryType.setStability(StabilityType stability)
          Sets the value of field 'stability'.
 

Uses of StabilityType in org.oasis.ebxml.registry.bindings.rim.types
 

Fields in org.oasis.ebxml.registry.bindings.rim.types declared as StabilityType
static StabilityType StabilityType.DYNAMIC
          The instance of the Dynamic type
static StabilityType StabilityType.DYNAMICCOMPATIBLE
          The instance of the DynamicCompatible type
static StabilityType StabilityType.STATIC
          The instance of the Static type
 

Methods in org.oasis.ebxml.registry.bindings.rim.types that return StabilityType
static StabilityType StabilityType.valueOf(java.lang.String string)
          Returns a new StabilityType based on the given String value.