|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrelaxngcc.codedom.CDType
Field Summary | |
static CDType |
BOOLEAN
|
static CDType |
INTEGER
|
static CDType |
STRING
|
static CDType |
VOID
|
Constructor Summary | |
CDType(java.lang.String name)
|
Method Summary | |
CDObjectCreateExpression |
_new()
Creates a new instance of this type. |
CDType |
array()
Gets the array type of this type. |
java.lang.String |
getName()
Gets the display name of the type. |
boolean |
isArray()
Returns true if this is an array type. |
void |
writeType(CDFormatter f)
Prints the type name. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final CDType VOID
public static final CDType INTEGER
public static final CDType BOOLEAN
public static final CDType STRING
Constructor Detail |
public CDType(java.lang.String name)
Method Detail |
public java.lang.String getName()
public CDObjectCreateExpression _new()
public CDType array()
public void writeType(CDFormatter f) throws java.io.IOException
java.io.IOException
public boolean isArray()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |