|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jmscts.core.meta.Meta | +--org.exolab.jmscts.core.meta.ClassMeta
Class ClassMeta.
Constructor Summary | |
ClassMeta()
|
Method Summary | |
void |
addMethodMeta(int index,
MethodMeta vMethodMeta)
Method addMethodMeta |
void |
addMethodMeta(MethodMeta vMethodMeta)
Method addMethodMeta |
void |
clearMethodMeta()
Method clearMethodMeta |
java.util.Enumeration |
enumerateMethodMeta()
Method enumerateMethodMeta |
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
MethodMeta[] |
getMethodMeta()
Method getMethodMeta |
MethodMeta |
getMethodMeta(int index)
Method getMethodMeta |
int |
getMethodMetaCount()
Method getMethodMetaCount |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
boolean |
removeMethodMeta(MethodMeta vMethodMeta)
Method removeMethodMeta |
void |
setMethodMeta(int index,
MethodMeta vMethodMeta)
Method setMethodMeta |
void |
setMethodMeta(MethodMeta[] methodMetaArray)
Method setMethodMeta |
static ClassMeta |
unmarshal(java.io.Reader reader)
Method unmarshal |
void |
validate()
Method validate |
Methods inherited from class org.exolab.jmscts.core.meta.Meta |
addAttribute, addAttribute, clearAttribute, enumerateAttribute, getAttribute, getAttribute, getAttributeCount, getDescription, getName, removeAttribute, setAttribute, setAttribute, setDescription, setName |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClassMeta()
Method Detail |
public void addMethodMeta(MethodMeta vMethodMeta) throws java.lang.IndexOutOfBoundsException
vMethodMeta
- public void addMethodMeta(int index, MethodMeta vMethodMeta) throws java.lang.IndexOutOfBoundsException
index
- vMethodMeta
- public void clearMethodMeta()
public java.util.Enumeration enumerateMethodMeta()
public boolean equals(java.lang.Object obj)
equals
in class Meta
obj
- public MethodMeta getMethodMeta(int index) throws java.lang.IndexOutOfBoundsException
index
- public MethodMeta[] getMethodMeta()
public int getMethodMetaCount()
public boolean isValid()
isValid
in class Meta
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
- public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- public boolean removeMethodMeta(MethodMeta vMethodMeta)
vMethodMeta
- public void setMethodMeta(int index, MethodMeta vMethodMeta) throws java.lang.IndexOutOfBoundsException
index
- vMethodMeta
- public void setMethodMeta(MethodMeta[] methodMetaArray)
methodMetaArray
- public static ClassMeta unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- public void validate() throws org.exolab.castor.xml.ValidationException
validate
in class Meta
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |