Uses of Class
com.glaivestone.javax.lang.ConstantType

Packages that use ConstantType
com.glaivestone.javax.io Extensions to the standard Java java.io package. 
com.glaivestone.javax.lang Extensions to the standard Java language facilities. 
 

Uses of ConstantType in com.glaivestone.javax.io
 

Subclasses of ConstantType in com.glaivestone.javax.io
 class FileType
          A FileType constant identifies a specific file type and defines standard attributes such as a brief description and the extension used with the file type.
 

Uses of ConstantType in com.glaivestone.javax.lang
 

Subclasses of ConstantType in com.glaivestone.javax.lang
 class EnumerationType
          EnumerationType is the abstract superclass for implementing constant types which allow clients to enumerate the defined constants in the enumeration.
 


GFL 1.1 API