Uses of Interface
org.jcoderz.commons.EnumType

Packages that use EnumType
org.jcoderz.commons   
org.jcoderz.commons.connector.http.transport This package contains the HTTP Connector implementation classes for the transport layer. 
org.jcoderz.commons.types This package contains common type classes that can be used by any jCoderz Java project. 
org.jcoderz.commons.types.samples   
org.jcoderz.phoenix.dependency   
org.jcoderz.phoenix.report The JCReport performs the following steps: Running tools on the source or class files. 
 

Uses of EnumType in org.jcoderz.commons
 

Classes in org.jcoderz.commons that implement EnumType
 class BusinessImpact
          Enumerated type of a business impact.
 class Category
          Enumerated type of a category.
 class Color
          Enumerated type of a color.
 

Uses of EnumType in org.jcoderz.commons.connector.http.transport
 

Classes in org.jcoderz.commons.connector.http.transport that implement EnumType
 class HttpConnectionState
          Enumerated type of a http connection state.
 

Uses of EnumType in org.jcoderz.commons.types
 

Classes in org.jcoderz.commons.types that implement EnumType
 class JiraState
          Enumerated type of a jira state.
 class TaggedColor
          Enumerated type of a tagged color.
 

Uses of EnumType in org.jcoderz.commons.types.samples
 

Classes in org.jcoderz.commons.types.samples that implement EnumType
 class TestEnum
          Enumerated type of a test enum.
 class TestEnumAsNumeric
          Enumerated type of a test enum as numeric.
 class TestEnumAsString
          Enumerated type of a test enum as string.
 class TestEnumExpliciteValue
          Enumerated type of a test enum explicite value.
 class TestEnumWiredText
          Enumerated type of a test enum wired text.
 class TestRoles
          Enumerated type of a test roles.
 

Uses of EnumType in org.jcoderz.phoenix.dependency
 

Classes in org.jcoderz.phoenix.dependency that implement EnumType
 class RelationType
          Enumeration that describes the kind of dependency that one type has with an other.
 

Uses of EnumType in org.jcoderz.phoenix.report
 

Classes in org.jcoderz.phoenix.report that implement EnumType
 class OutputFormat
          Enumerated type of a output format.
 class ReportFormat
          Enumerated type of a report format.
 class ReportInterval
          Enumerated type of a report interval.
 class ReportLevel
          Enumerated type of a report level.
 



Copyright 2007 The jCoderZ Project.