public class Operaction extends Object implements Serializable
Constructor and Description |
---|
Operaction() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getContent() |
String |
getMenutext() |
String |
getState() |
int |
hashCode() |
boolean |
isValid() |
void |
marshal(ContentHandler handler) |
void |
marshal(Writer out) |
void |
setContent(String content) |
void |
setMenutext(String menutext) |
void |
setState(String state) |
static Operaction |
unmarshal(Reader reader) |
void |
validate() |
public String getContent()
public String getMenutext()
public String getState()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setContent(String content)
public void setMenutext(String menutext)
public void setState(String state)
public static Operaction unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
Copyright © 2017. All rights reserved.