public class PropertyInfoImpl extends ItemInfoImpl implements org.apache.jackrabbit.spi.PropertyInfo
PropertyInfoImpl...| Constructor and Description |
|---|
PropertyInfoImpl(org.apache.jackrabbit.spi.PropertyId id,
org.apache.jackrabbit.spi.Path path,
int propertyType,
org.apache.jackrabbit.spi.QValue value) |
PropertyInfoImpl(org.apache.jackrabbit.spi.PropertyId id,
org.apache.jackrabbit.spi.Path path,
int propertyType,
org.apache.jackrabbit.spi.QValue[] values) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.jackrabbit.spi.PropertyId |
getId() |
int |
getType() |
org.apache.jackrabbit.spi.QValue[] |
getValues() |
boolean |
isMultiValued() |
denotesNode, getName, getPathpublic PropertyInfoImpl(org.apache.jackrabbit.spi.PropertyId id,
org.apache.jackrabbit.spi.Path path,
int propertyType,
org.apache.jackrabbit.spi.QValue value)
throws RepositoryException
RepositoryExceptionpublic PropertyInfoImpl(org.apache.jackrabbit.spi.PropertyId id,
org.apache.jackrabbit.spi.Path path,
int propertyType,
org.apache.jackrabbit.spi.QValue[] values)
throws RepositoryException
RepositoryExceptionpublic org.apache.jackrabbit.spi.PropertyId getId()
getId in interface org.apache.jackrabbit.spi.ItemInfogetId in interface org.apache.jackrabbit.spi.PropertyInfopublic int getType()
getType in interface org.apache.jackrabbit.spi.PropertyInfopublic boolean isMultiValued()
isMultiValued in interface org.apache.jackrabbit.spi.PropertyInfopublic org.apache.jackrabbit.spi.QValue[] getValues()
getValues in interface org.apache.jackrabbit.spi.PropertyInfoCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.