|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Property<T>
CMIS property. Each property potential multi-valued. Single-valued property
contain just one item in list. Method getValues() never return
null. Even if property has not value empty list must be
returned.
| Method Summary | |
|---|---|
String |
getDisplayName()
|
String |
getId()
|
String |
getLocalName()
|
String |
getQueryName()
|
PropertyType |
getType()
|
List<T> |
getValues()
|
| Method Detail |
|---|
String getId()
PropertyType getType()
String getQueryName()
String getLocalName()
String getDisplayName()
List<T> getValues()
null, if property has
not values empty list must be returned
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||