|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.xml.event.Maskelement
public class Maskelement
The mask element
| Constructor Summary | |
|---|---|
Maskelement()
|
|
| Method Summary | |
|---|---|
void |
addMevalue(int index,
java.lang.String vMevalue)
Method addMevalue |
void |
addMevalue(java.lang.String vMevalue)
Method addMevalue |
void |
clearMevalue()
Method clearMevalue |
java.util.Enumeration |
enumerateMevalue()
Method enumerateMevalue |
java.lang.String |
getMename()
Returns the value of field 'mename'. |
java.lang.String[] |
getMevalue()
Method getMevalue |
java.lang.String |
getMevalue(int index)
Method getMevalue |
java.util.ArrayList |
getMevalueCollection()
Method getMevalueCollection Returns a reference to 'mevalue'. |
int |
getMevalueCount()
Method getMevalueCount |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
boolean |
removeMevalue(java.lang.String vMevalue)
Method removeMevalue |
void |
setMename(java.lang.String mename)
Sets the value of field 'mename'. |
void |
setMevalue(java.util.ArrayList mevalueCollection)
Method setMevalue Sets the value of 'mevalue' by copying the given ArrayList. |
void |
setMevalue(int index,
java.lang.String vMevalue)
Method setMevalue |
void |
setMevalue(java.lang.String[] mevalueArray)
Method setMevalue |
void |
setMevalueCollection(java.util.ArrayList mevalueCollection)
Method setMevalueCollection Sets the value of 'mevalue' by setting it to the given ArrayList. |
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 Maskelement()
| Method Detail |
|---|
public void addMevalue(java.lang.String vMevalue)
throws java.lang.IndexOutOfBoundsException
vMevalue -
java.lang.IndexOutOfBoundsException
public void addMevalue(int index,
java.lang.String vMevalue)
throws java.lang.IndexOutOfBoundsException
index - vMevalue -
java.lang.IndexOutOfBoundsExceptionpublic void clearMevalue()
public java.util.Enumeration enumerateMevalue()
public java.lang.String getMename()
public java.lang.String getMevalue(int index)
throws java.lang.IndexOutOfBoundsException
index -
java.lang.IndexOutOfBoundsExceptionpublic java.lang.String[] getMevalue()
public java.util.ArrayList getMevalueCollection()
public int getMevalueCount()
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 boolean removeMevalue(java.lang.String vMevalue)
vMevalue -
public void setMename(java.lang.String mename)
mename - the value of field 'mename'.
public void setMevalue(int index,
java.lang.String vMevalue)
throws java.lang.IndexOutOfBoundsException
index - vMevalue -
java.lang.IndexOutOfBoundsExceptionpublic void setMevalue(java.lang.String[] mevalueArray)
mevalueArray - public void setMevalue(java.util.ArrayList mevalueCollection)
mevalueCollection - the Vector to copy.public void setMevalueCollection(java.util.ArrayList mevalueCollection)
mevalueCollection - the ArrayList to copy.
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 | |||||||||