Uses of Class
net.dpml.lang.ValuedEnum

Packages that use ValuedEnum
net.dpml.lang The lang package contains a small number of generic common utilities used throught the DPML codebase. 
net.dpml.library.info Project, resource and library directives. 
net.dpml.metro.info Immutable datatypes that describe a component type. 
net.dpml.station Server activation framework. 
 

Uses of ValuedEnum in net.dpml.lang
 

Subclasses of ValuedEnum in net.dpml.lang
 class Category
          Classoader category enumeration.
 

Methods in net.dpml.lang with parameters of type ValuedEnum
 boolean ValuedEnum.isEqualTo(ValuedEnum other)
          Test if enum item is equal in value to other enum.
 boolean ValuedEnum.isGreaterThan(ValuedEnum other)
          Test if enum item is greater than in value to other enum.
 boolean ValuedEnum.isGreaterThanOrEqual(ValuedEnum other)
          Test if enum item is greater than or equal in value to other enum.
 boolean ValuedEnum.isLessThan(ValuedEnum other)
          Test if enum item is less than in value to other enum.
 boolean ValuedEnum.isLessThanOrEqual(ValuedEnum other)
          Test if enum item is less than or equal in value to other enum.
 

Uses of ValuedEnum in net.dpml.library.info
 

Subclasses of ValuedEnum in net.dpml.library.info
 class Scope
          Enumeration identifying BUILD, RUNTIME and TEST phases.
 

Uses of ValuedEnum in net.dpml.metro.info
 

Subclasses of ValuedEnum in net.dpml.metro.info
 class Priority
          Logging priority enumeration.
 

Uses of ValuedEnum in net.dpml.station
 

Subclasses of ValuedEnum in net.dpml.station
 class ProcessState
          Lifestyle policy enumeration.