Uses of Class
rcf.core.framework.source.DevelopmentStatus

Packages that use DevelopmentStatus
rcf.core.framework.source Source level annotations for things like cvs versioning, projects and authors, among other things. 
 

Uses of DevelopmentStatus in rcf.core.framework.source
 

Fields in rcf.core.framework.source declared as DevelopmentStatus
 DevelopmentStatus Version.status
          TODO: Javadoc
 

Methods in rcf.core.framework.source that return DevelopmentStatus
static DevelopmentStatus DevelopmentStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DevelopmentStatus[] DevelopmentStatus.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in rcf.core.framework.source with parameters of type DevelopmentStatus
Version(Integer _major, Integer _minor, Integer _micro, String _build, DevelopmentStatus _status)
          TODO: Javadoc
Version(String version, DevelopmentStatus _status)
          TODO: Javadoc