|
||||||||||
| 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 | |
|---|---|
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. |
String |
getType()
The type of field for this instance, usually used to label the preferred function of the given contact information. |
String |
getValue()
Get the primary value of this field, e.g. |
void |
setPrimary(Boolean primary)
|
void |
setType(String type)
Set the type of the field. |
void |
setValue(String value)
|
| Method Detail |
|---|
String getType()
void setType(String type)
type - the type of the fieldString getValue()
void setValue(String value)
value - the value of the fieldgetValue()Boolean getPrimary()
void setPrimary(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 | |||||||||