public class OrganizationPostalAddressAccessor extends ReadWritePropertyAccessor implements ComplexProperties
Type | Property and Description |
---|---|
boolean |
isComplex
Check whether property is complex May be due to referenced item
|
isDateProperty, isIntProperty
Modifier and Type | Method and Description |
---|---|
static OrganizationPostalAddressAccessor |
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()
Check whether property is complex May be due to referenced item
|
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
isComplexProperty
in interface PropertyAccessor
isComplexProperty
in class AbstractPropertyAccessor
public static OrganizationPostalAddressAccessor 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 void setValue(Item item, java.lang.String value) throws java.lang.Exception
PropertyAccessor
setValue
in interface PropertyAccessor
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 java.lang.Class getModelType()
getModelType
in interface ComplexProperties
public boolean isComplexProperty()
AbstractPropertyAccessor
isComplexProperty
in interface PropertyAccessor
isComplexProperty
in class AbstractPropertyAccessor