|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttoxgene.interfaces.ToXgeneCdataDescriptor
Data structure that describes the CDATA generators available to ToXgene
Field Summary | |
java.lang.String |
cdataClass
This is the fully qualified name of the Java class that implements the CDATA descriptor. |
java.lang.String |
cdataName
This is the name of the corresponding simpleType
that appears in the templates. |
int |
maxLength
This is the expected maximum length of instances of this type. |
int |
minLength
This is the expected minimum length of instances of this type. |
Constructor Summary | |
ToXgeneCdataDescriptor()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String cdataName
simpleType
that appears in the templates.
public java.lang.String cdataClass
public int minLength
public int maxLength
Constructor Detail |
public ToXgeneCdataDescriptor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |