public class UserPostalAddressAccessor extends ReadWritePropertyAccessor implements ComplexProperties
Type | Property and Description |
---|---|
boolean |
isComplex
Gets the value of the property complexProperty.
|
isDateProperty, isIntProperty
Modifier and Type | Method and Description |
---|---|
static UserPostalAddressAccessor |
get() |
java.util.Iterator |
getAPIHeadings() |
java.util.Iterator |
getDisplayHeadings(java.util.Locale locale) |
java.lang.Class |
getModelType() |
java.lang.String |
getPropertyName()
Obtain name of property being accessed via this accessor.
|
java.lang.String |
getValue(Item item)
Get value of property for given Item
|
java.util.Collection |
getValues(Item item) |
boolean |
isComplexProperty()
Gets the value of the property complexProperty.
|
boolean |
isMultiple() |
void |
setValue(Item item,
java.lang.String value)
Set value of property for given Item
|
void |
setValues(Item item,
java.util.Collection values) |
isReadOnly, isRequired
editProperty, getActivatingMessage, getCommands, getDescription, getDisplayName, getReferencedItem, getSelectReferencedItemDescriptor, isDateProperty, isIntProperty, isTextEditAllowed, selectReferencedItem
public boolean isComplexProperty
isComplexProperty
in interface PropertyAccessor
isComplexProperty
in class AbstractPropertyAccessor
public static UserPostalAddressAccessor get()
public java.lang.String getPropertyName()
PropertyAccessor
getPropertyName
in interface PropertyAccessor
public java.lang.String getValue(Item item) throws java.lang.Exception
PropertyAccessor
getValue
in interface PropertyAccessor
java.lang.Exception
public java.util.Collection getValues(Item item) throws java.lang.Exception
getValues
in interface ComplexProperties
java.lang.Exception
public void setValues(Item item, java.util.Collection values) throws java.lang.Exception
setValues
in interface ComplexProperties
java.lang.Exception
public java.util.Iterator getDisplayHeadings(java.util.Locale locale)
getDisplayHeadings
in interface ComplexProperties
public java.util.Iterator getAPIHeadings()
getAPIHeadings
in interface ComplexProperties
public boolean isMultiple()
isMultiple
in interface ComplexProperties
public void setValue(Item item, java.lang.String value) throws java.lang.Exception
PropertyAccessor
setValue
in interface PropertyAccessor
java.lang.Exception
public java.lang.Class getModelType()
getModelType
in interface ComplexProperties
public boolean isComplexProperty()
isComplexProperty
in interface PropertyAccessor
isComplexProperty
in class AbstractPropertyAccessor