Package com.glaivestone.javax.lang

Extensions to the standard Java language facilities.

See:
          Description

Interface Summary
ComparisonConstants Symbolic constants for the standard compareTo operation result values.
SystemConstants Symbolic constants for standard system values.
 

Class Summary
ClassX General-purpose extensions to the standard Class services.
ConstantType ConstantType is the abstract superclass for classes which implement efficient, readable, type-safe constant values.
EnumerationType EnumerationType is the abstract superclass for implementing constant types which allow clients to enumerate the defined constants in the enumeration.
 

Package com.glaivestone.javax.lang Description

Extensions to the standard Java language facilities.

The ConstantType and EnumerationType classes provide a standard implementation framework for implementing constant values and enumeration types using the typesafe enum pattern. Constants and enumerated values are uniquely identified within the constant type by ordinal value, as well as by a string name which provides a convenient techni

SystemConstants and ComparisonConstants define symbolic constants for some standard Java constants that are either notationally awkward or not provided for by symbolic constants defined in the base class library.

ClassX provides convenience services to simplify some common operations on Java classes.


GFL 1.1 API