Uses of Interface
org.jcoderz.commons.StrongType

Packages that use StrongType
org.jcoderz.commons   
org.jcoderz.commons.config   
org.jcoderz.commons.connector.http.transport This package contains the HTTP Connector implementation classes for the transport layer. 
org.jcoderz.commons.test   
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 StrongType in org.jcoderz.commons
 

Subinterfaces of StrongType in org.jcoderz.commons
 interface EnumType
          Interface that is supported by all EnumType classes.
 interface FixPointNumber
          Interface that is supported by all FixPointNumber classes.
 interface RestrictedLong
          Interface that is supported by all RestrictedLong classes.
 interface RestrictedString
          Interface that is supported by all RestrictedString classes.
 

Classes in org.jcoderz.commons that implement StrongType
 class BusinessImpact
          Enumerated type of a business impact.
 class Category
          Enumerated type of a category.
 class Color
          Enumerated type of a color.
 class FooLong
          Holds the FooLong.
 class FooString
          Holds the FooString.
 class RegexString
          Type-safe string type.
 

Uses of StrongType in org.jcoderz.commons.config
 

Classes in org.jcoderz.commons.config that implement StrongType
 class ConfigurationKey
          Holds the ConfigurationKey.
 

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

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

Uses of StrongType in org.jcoderz.commons.test
 

Classes in org.jcoderz.commons.test that implement StrongType
 class RestrictedLong
          Holds the RestrictedLong.
 

Uses of StrongType in org.jcoderz.commons.types
 

Classes in org.jcoderz.commons.types that implement StrongType
 class JiraState
          Enumerated type of a jira state.
 class TaggedColor
          Enumerated type of a tagged color.
 class TaggedFooString
          Holds the TaggedFooString.
 class Url
          Holds the Url.
 

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

Classes in org.jcoderz.commons.types.samples that implement StrongType
 class SampleFixPoint
          Fix point numeric to represent SampleFixPoint.
 class SampleLong
          Holds the SampleLong.
 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 TestFixPoint
          Fix point numeric to represent TestFixPoint.
 class TestFixPointTwo
          Fix point numeric to represent TestFixPointTwo.
 class TestRoles
          Enumerated type of a test roles.
 

Uses of StrongType in org.jcoderz.phoenix.dependency
 

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

Uses of StrongType in org.jcoderz.phoenix.report
 

Classes in org.jcoderz.phoenix.report that implement StrongType
 class Origin
          Holds the Origin.
 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.