|
||||||||||
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
Class Meta.
Constructor Summary | |
Meta()
|
Method Summary | |
void |
addAttribute(Attribute vAttribute)
Method addAttribute |
void |
addAttribute(int index,
Attribute vAttribute)
Method addAttribute |
void |
clearAttribute()
Method clearAttribute |
java.util.Enumeration |
enumerateAttribute()
Method enumerateAttribute |
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
Attribute[] |
getAttribute()
Method getAttribute |
Attribute |
getAttribute(int index)
Method getAttribute |
int |
getAttributeCount()
Method getAttributeCount |
Description |
getDescription()
Returns the value of field 'description'. |
java.lang.String |
getName()
Returns the value of field 'name'. |
boolean |
isValid()
Method isValid |
boolean |
removeAttribute(Attribute vAttribute)
Method removeAttribute |
void |
setAttribute(Attribute[] attributeArray)
Method setAttribute |
void |
setAttribute(int index,
Attribute vAttribute)
Method setAttribute |
void |
setDescription(Description description)
Sets the value of field 'description'. |
void |
setName(java.lang.String name)
Sets the value of field 'name'. |
void |
validate()
Method validate |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Meta()
Method Detail |
public void addAttribute(Attribute vAttribute) throws java.lang.IndexOutOfBoundsException
vAttribute
- public void addAttribute(int index, Attribute vAttribute) throws java.lang.IndexOutOfBoundsException
index
- vAttribute
- public void clearAttribute()
public java.util.Enumeration enumerateAttribute()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- public Attribute getAttribute(int index) throws java.lang.IndexOutOfBoundsException
index
- public Attribute[] getAttribute()
public int getAttributeCount()
public Description getDescription()
public java.lang.String getName()
public boolean isValid()
public boolean removeAttribute(Attribute vAttribute)
vAttribute
- public void setAttribute(int index, Attribute vAttribute) throws java.lang.IndexOutOfBoundsException
index
- vAttribute
- public void setAttribute(Attribute[] attributeArray)
attributeArray
- public void setDescription(Description description)
description
- the value of field 'description'.public void setName(java.lang.String name)
name
- the value of field 'name'.public void validate() throws org.exolab.castor.xml.ValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |