|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mrami.libre.ClassGenerator.input.CGmanagerClassType
A type for elements describing manager classes. They hold a minimum of information (usually none, or only state) and know only logic
| Constructor Summary | |
CGmanagerClassType()
|
|
| Method Summary | |
void |
addCGmethod(CGmethod vCGmethod)
Method addCGmethod |
void |
addCGmethod(int index,
CGmethod vCGmethod)
Method addCGmethod |
java.util.Enumeration |
enumerateCGmethod()
Method enumerateCGmethod |
java.lang.String |
getCGdocumentation()
Returns the value of field 'CGdocumentation'. |
CGmethod[] |
getCGmethod()
Method getCGmethod |
CGmethod |
getCGmethod(int index)
Method getCGmethod |
int |
getCGmethodCount()
Method getCGmethodCount |
java.lang.String |
getName()
Returns the value of field 'name'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
removeAllCGmethod()
Method removeAllCGmethod |
CGmethod |
removeCGmethod(int index)
Method removeCGmethod |
void |
setCGdocumentation(java.lang.String CGdocumentation)
Sets the value of field 'CGdocumentation'. |
void |
setCGmethod(CGmethod[] CGmethodArray)
Method setCGmethod |
void |
setCGmethod(int index,
CGmethod vCGmethod)
Method setCGmethod |
void |
setName(java.lang.String name)
Sets the value of field 'name'. |
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 CGmanagerClassType()
| Method Detail |
public void addCGmethod(CGmethod vCGmethod)
throws java.lang.IndexOutOfBoundsException
vCGmethod -
java.lang.IndexOutOfBoundsException
public void addCGmethod(int index,
CGmethod vCGmethod)
throws java.lang.IndexOutOfBoundsException
index - vCGmethod -
java.lang.IndexOutOfBoundsExceptionpublic java.util.Enumeration enumerateCGmethod()
public java.lang.String getCGdocumentation()
public CGmethod getCGmethod(int index)
throws java.lang.IndexOutOfBoundsException
index -
java.lang.IndexOutOfBoundsExceptionpublic CGmethod[] getCGmethod()
public int getCGmethodCount()
public java.lang.String getName()
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 removeAllCGmethod()
public CGmethod removeCGmethod(int index)
index -
public void setCGdocumentation(java.lang.String CGdocumentation)
CGdocumentation - the value of field 'CGdocumentation'.
public void setCGmethod(int index,
CGmethod vCGmethod)
throws java.lang.IndexOutOfBoundsException
index - vCGmethod -
java.lang.IndexOutOfBoundsExceptionpublic void setCGmethod(CGmethod[] CGmethodArray)
CGmethodArray - public void setName(java.lang.String name)
name - the value of field 'name'.
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 | |||||||||