Package relaxngcc.codedom
Class CDType
java.lang.Object
relaxngcc.codedom.CDType
- Direct Known Subclasses:
CDClass
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
VOID
-
INTEGER
-
BOOLEAN
-
STRING
-
-
Constructor Details
-
CDType
-
-
Method Details
-
getName
Gets the display name of the type. -
_new
Creates a new instance of this type. -
array
Gets the array type of this type. -
writeType
Prints the type name.- Throws:
IOException
-
isArray
public boolean isArray()Returns true if this is an array type.
-