public interface PropertyInfo extends ItemInfo
PropertyInfo provides the basic information to build a
Property. The definition must be calculated from the parent
node type or retrieved from the RepositoryService.| Modifier and Type | Method and Description |
|---|---|
PropertyId |
getId() |
int |
getType() |
QValue[] |
getValues() |
boolean |
isMultiValued() |
denotesNode, getPathPropertyId getId()
getId in interface ItemInfoRepositoryService.getNodeInfo(SessionInfo, NodeId)int getType()
type of the Property
base on this PropertyInfo. Note, that
javax.jcr.PropertyType#UNDEFINED will never be returned as the
value of a Property always has a defined type.javax.jcr.PropertyTypeboolean isMultiValued()
Property based on this info object is
multivalue.javax.jcr.nodetype.PropertyDefinition#isMultiple()QValue[] getValues()
PropertyInfo."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"