|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ListField
A Interface to represent list fields where there is potential for one of the items to have a primary or preferred status. Used where the List is a list of string values.
Introduced in v0.8.1
| Nested Class Summary | |
|---|---|
static class |
ListField.Field
The fields that represent the ListField object in serialized form. |
| Method Summary | |
|---|---|
java.lang.Boolean |
getPrimary()
Get Boolean value indicating whether this instance of the Plural Field is the primary or preferred value of for this field, e.g. |
java.lang.String |
getType()
The type of field for this instance, usually used to label the preferred function of the given contact information. |
java.lang.String |
getValue()
Get the primary value of this field, e.g. |
void |
setPrimary(java.lang.Boolean primary)
|
void |
setType(java.lang.String type)
Set the type of the field. |
void |
setValue(java.lang.String value)
|
| Method Detail |
|---|
java.lang.String getType()
void setType(java.lang.String type)
type - the type of the fieldjava.lang.String getValue()
void setValue(java.lang.String value)
value - the value of the fieldgetValue()java.lang.Boolean getPrimary()
void setPrimary(java.lang.Boolean primary)
primary - set to true if a primary or preferred valuegetPrimary()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||