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() |
boolean |
hasExpand() |
int |
hashCode() |
boolean |
hasName() |
boolean |
hasValue() |
Boolean |
isExpand() |
void |
setExpand(Boolean expand) |
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 boolean hasExpand()
public Boolean isExpand()
public void setExpand(Boolean expand)
public static Parameter 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.