public interface IPicklistEntry
| Modifier and Type | Method and Description |
|---|---|
boolean |
getActive()
element : active of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
getDefaultValue()
element : defaultValue of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
String |
getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
byte[] |
getValidFor()
element : validFor of type {http://www.w3.org/2001/XMLSchema}base64Binary
java type: byte[]
|
String |
getValue()
element : value of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
boolean |
isActive() |
boolean |
isDefaultValue() |
void |
setActive(boolean active) |
void |
setDefaultValue(boolean defaultValue) |
void |
setLabel(String label) |
void |
setValidFor(byte[] validFor) |
void |
setValue(String value) |
boolean getActive()
boolean isActive()
void setActive(boolean active)
boolean getDefaultValue()
boolean isDefaultValue()
void setDefaultValue(boolean defaultValue)
String getLabel()
void setLabel(String label)
byte[] getValidFor()
void setValidFor(byte[] validFor)
String getValue()
void setValue(String value)
Copyright © 2015. All Rights Reserved.