public class Parameter extends Object implements Serializable
| Constructor and Description |
|---|
Parameter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName() |
String |
getValue() |
int |
hashCode() |
boolean |
hasName() |
boolean |
hasValue() |
void |
setName(String name) |
void |
setValue(String value) |
static Parameter |
unmarshal(Reader reader) |
void |
validate() |
public boolean hasName()
public String getName()
public void setName(String name)
public boolean hasValue()
public String getValue()
public void setValue(String value)
public static Parameter unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationExceptionCopyright © 2016. All rights reserved.