|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.essex.keymapper.xml.KeyMap
public class KeyMap
Constructor Summary | |
---|---|
KeyMap()
|
Method Summary | |
---|---|
void |
addAction(Action vAction)
|
void |
addAction(int index,
Action vAction)
|
java.util.Enumeration |
enumerateAction()
|
Action[] |
getAction()
|
Action |
getAction(int index)
|
int |
getActionCount()
|
java.lang.String |
getName()
Returns the value of field 'name'. |
java.lang.String |
getParentMap()
Returns the value of field 'parentMap'. |
boolean |
isValid()
|
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
Action |
removeAction(int index)
|
void |
removeAllAction()
|
void |
setAction(Action[] actionArray)
|
void |
setAction(int index,
Action vAction)
|
void |
setName(java.lang.String name)
Sets the value of field 'name'. |
void |
setParentMap(java.lang.String parentMap)
Sets the value of field 'parentMap'. |
static KeyMap |
unmarshal(java.io.Reader reader)
|
void |
validate()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KeyMap()
Method Detail |
---|
public void addAction(Action vAction) throws java.lang.IndexOutOfBoundsException
vAction
-
java.lang.IndexOutOfBoundsException
public void addAction(int index, Action vAction) throws java.lang.IndexOutOfBoundsException
index
- vAction
-
java.lang.IndexOutOfBoundsException
public java.util.Enumeration enumerateAction()
public Action getAction(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public Action[] getAction()
public int getActionCount()
public java.lang.String getName()
public java.lang.String getParentMap()
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.ValidationException
public Action removeAction(int index)
index
- public void removeAllAction()
public void setAction(int index, Action vAction) throws java.lang.IndexOutOfBoundsException
index
- vAction
-
java.lang.IndexOutOfBoundsException
public void setAction(Action[] actionArray)
actionArray
- public void setName(java.lang.String name)
name
- the value of field 'name'.public void setParentMap(java.lang.String parentMap)
parentMap
- the value of field 'parentMap'.public static KeyMap 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 |