Package org.jcoderz.commons.types

This package contains common type classes that can be used by any jCoderz Java project.

See:
          Description

Interface Summary
TestTaggerInterface Tagger interface to test the implements feature.
 

Class Summary
Date Immutable holder of a Date running through our system.
DateTest Test class to test the Date class.
EmailAddress This class represents an email addresses compliant to RFC 2822, chapter 3.4.1.
EmailAddressTest This test case checks basic functionality of the Email type.
JiraState Enumerated type of a jira state.
Period A Period data type represents a period in time.
PeriodTest Implements test-cases for the Period class.
StrongTypesTest Test the generated Strong Types.
TaggedColor Enumerated type of a tagged color.
TaggedFooString Holds the TaggedFooString.
TaggedPlainSampleValueObject tagged plain sample value object value object.
TaggedSampleValueObject tagged sample value object value object.
TaggedSerializableSampleValueObject tagged serializable sample value object value object.
Url Holds the Url.
YearMonth Encapsulates the Year Month type.
YearMonthTest Tests the YearMonth class.
 

Package org.jcoderz.commons.types Description

This package contains common type classes that can be used by any jCoderz Java project.

Classes in this package are only allowed to have a dependency to the JDK, to the org.jcoderz.commons package and the org.jcoderz.commons.util package.



Copyright 2007 The jCoderZ Project.