| Constructor and Description |
|---|
PicklistEntry()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getActive() |
boolean |
getDefaultValue() |
String |
getLabel() |
String |
getValidFor() |
String |
getValue() |
boolean |
isActive() |
boolean |
isDefaultValue() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setActive(boolean active) |
void |
setDefaultValue(boolean defaultValue) |
void |
setLabel(String label) |
void |
setValidFor(String validFor) |
void |
setValue(String value) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public boolean getActive()
public boolean isActive()
public void setActive(boolean active)
public boolean getDefaultValue()
public boolean isDefaultValue()
public void setDefaultValue(boolean defaultValue)
public String getLabel()
public void setLabel(String label)
public String getValidFor()
public void setValidFor(String validFor)
public String getValue()
public void setValue(String value)
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizableIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionCopyright © 2015. All Rights Reserved.