|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mrami.libre.ClassGenerator.input.CGentityClassType
A type for elements describing entity classes. Entities know no logic, they may only hold data
| Constructor Summary | |
CGentityClassType()
|
|
| Method Summary | |
void |
addCGfield(CGfield vCGfield)
Method addCGfield |
void |
addCGfield(int index,
CGfield vCGfield)
Method addCGfield |
void |
addCGuses(CGuses vCGuses)
Method addCGuses |
void |
addCGuses(int index,
CGuses vCGuses)
Method addCGuses |
void |
deleteAbstract()
Method deleteAbstract |
void |
deleteDeletable()
Method deleteDeletable |
void |
deleteUnique()
Method deleteUnique |
java.util.Enumeration |
enumerateCGfield()
Method enumerateCGfield |
java.util.Enumeration |
enumerateCGuses()
Method enumerateCGuses |
boolean |
getAbstract()
Returns the value of field 'abstract'. |
CGdefault |
getCGdefault()
Returns the value of field 'CGdefault'. |
java.lang.String |
getCGdocumentation()
Returns the value of field 'CGdocumentation'. |
CGfield[] |
getCGfield()
Method getCGfield |
CGfield |
getCGfield(int index)
Method getCGfield |
int |
getCGfieldCount()
Method getCGfieldCount |
CGuses[] |
getCGuses()
Method getCGuses |
CGuses |
getCGuses(int index)
Method getCGuses |
int |
getCGusesCount()
Method getCGusesCount |
boolean |
getDeletable()
Returns the value of field 'deletable'. |
java.lang.String |
getDescription()
Returns the value of field 'description'. |
java.lang.String |
getName()
Returns the value of field 'name'. |
java.lang.String |
getParent()
Returns the value of field 'parent'. |
boolean |
getUnique()
Returns the value of field 'unique'. |
boolean |
hasAbstract()
Method hasAbstract |
boolean |
hasDeletable()
Method hasDeletable |
boolean |
hasUnique()
Method hasUnique |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
removeAllCGfield()
Method removeAllCGfield |
void |
removeAllCGuses()
Method removeAllCGuses |
CGfield |
removeCGfield(int index)
Method removeCGfield |
CGuses |
removeCGuses(int index)
Method removeCGuses |
void |
setAbstract(boolean _abstract)
Sets the value of field 'abstract'. |
void |
setCGdefault(CGdefault CGdefault)
Sets the value of field 'CGdefault'. |
void |
setCGdocumentation(java.lang.String CGdocumentation)
Sets the value of field 'CGdocumentation'. |
void |
setCGfield(CGfield[] CGfieldArray)
Method setCGfield |
void |
setCGfield(int index,
CGfield vCGfield)
Method setCGfield |
void |
setCGuses(CGuses[] CGusesArray)
Method setCGuses |
void |
setCGuses(int index,
CGuses vCGuses)
Method setCGuses |
void |
setDeletable(boolean deletable)
Sets the value of field 'deletable'. |
void |
setDescription(java.lang.String description)
Sets the value of field 'description'. |
void |
setName(java.lang.String name)
Sets the value of field 'name'. |
void |
setParent(java.lang.String parent)
Sets the value of field 'parent'. |
void |
setUnique(boolean unique)
Sets the value of field 'unique'. |
static java.lang.Object |
unmarshal(java.io.Reader reader)
Method unmarshal |
void |
validate()
Method validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CGentityClassType()
| Method Detail |
public void addCGfield(CGfield vCGfield)
throws java.lang.IndexOutOfBoundsException
vCGfield -
java.lang.IndexOutOfBoundsException
public void addCGfield(int index,
CGfield vCGfield)
throws java.lang.IndexOutOfBoundsException
index - vCGfield -
java.lang.IndexOutOfBoundsException
public void addCGuses(CGuses vCGuses)
throws java.lang.IndexOutOfBoundsException
vCGuses -
java.lang.IndexOutOfBoundsException
public void addCGuses(int index,
CGuses vCGuses)
throws java.lang.IndexOutOfBoundsException
index - vCGuses -
java.lang.IndexOutOfBoundsExceptionpublic void deleteAbstract()
public void deleteDeletable()
public void deleteUnique()
public java.util.Enumeration enumerateCGfield()
public java.util.Enumeration enumerateCGuses()
public boolean getAbstract()
public CGdefault getCGdefault()
public java.lang.String getCGdocumentation()
public CGfield getCGfield(int index)
throws java.lang.IndexOutOfBoundsException
index -
java.lang.IndexOutOfBoundsExceptionpublic CGfield[] getCGfield()
public int getCGfieldCount()
public CGuses getCGuses(int index)
throws java.lang.IndexOutOfBoundsException
index -
java.lang.IndexOutOfBoundsExceptionpublic CGuses[] getCGuses()
public int getCGusesCount()
public boolean getDeletable()
public java.lang.String getDescription()
public java.lang.String getName()
public java.lang.String getParent()
public boolean getUnique()
public boolean hasAbstract()
public boolean hasDeletable()
public boolean hasUnique()
public boolean isValid()
public void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler)
throws java.io.IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler -
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationExceptionpublic void removeAllCGfield()
public void removeAllCGuses()
public CGfield removeCGfield(int index)
index -
public CGuses removeCGuses(int index)
index -
public void setAbstract(boolean _abstract)
_abstract - public void setCGdefault(CGdefault CGdefault)
CGdefault - the value of field 'CGdefault'.public void setCGdocumentation(java.lang.String CGdocumentation)
CGdocumentation - the value of field 'CGdocumentation'.
public void setCGfield(int index,
CGfield vCGfield)
throws java.lang.IndexOutOfBoundsException
index - vCGfield -
java.lang.IndexOutOfBoundsExceptionpublic void setCGfield(CGfield[] CGfieldArray)
CGfieldArray -
public void setCGuses(int index,
CGuses vCGuses)
throws java.lang.IndexOutOfBoundsException
index - vCGuses -
java.lang.IndexOutOfBoundsExceptionpublic void setCGuses(CGuses[] CGusesArray)
CGusesArray - public void setDeletable(boolean deletable)
deletable - the value of field 'deletable'.public void setDescription(java.lang.String description)
description - the value of field 'description'.public void setName(java.lang.String name)
name - the value of field 'name'.public void setParent(java.lang.String parent)
parent - the value of field 'parent'.public void setUnique(boolean unique)
unique - the value of field 'unique'.
public static java.lang.Object unmarshal(java.io.Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
reader -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||