public interface ComplexProperties
Modifier and Type | Method and Description |
---|---|
java.util.Iterator |
getAPIHeadings() |
java.util.Iterator |
getDisplayHeadings(java.util.Locale locale) |
java.lang.Class |
getModelType() |
java.util.Collection |
getValues(Item item) |
boolean |
isMultiple() |
void |
setValues(Item item,
java.util.Collection values) |
java.util.Iterator getDisplayHeadings(java.util.Locale locale)
java.util.Iterator getAPIHeadings()
boolean isMultiple()
java.util.Collection getValues(Item item) throws java.lang.Exception
java.lang.Exception
void setValues(Item item, java.util.Collection values) throws java.lang.Exception
java.lang.Exception
java.lang.Class getModelType()