Package org.apache.jackrabbit.spi
Interface PropertyInfo
- All Superinterfaces:
ItemInfo
- All Known Implementing Classes:
PropertyInfoImpl
The
PropertyInfo provides the basic information to build a
Property. The definition must be calculated from the parent
node type or retrieved from the RepositoryService.-
Method Details
-
getId
PropertyId getId() -
getType
int getType()- Returns:
- The
typeof thePropertybase on thisPropertyInfo. Note, thatPropertyType.UNDEFINEDwill never be returned as the value of aPropertyalways has a defined type. - See Also:
-
isMultiValued
boolean isMultiValued()- Returns:
- true if the
Propertybased on this info object is multivalue. - See Also:
-
getValues
QValue[] getValues()- Returns:
- The values present on this
PropertyInfo.
-