org.apache.jackrabbit.core
Class PropertyData

java.lang.Object
  extended by org.apache.jackrabbit.core.ItemData
      extended by org.apache.jackrabbit.core.PropertyData

public class PropertyData
extends ItemData

Data object representing a property.


Method Summary
 javax.jcr.nodetype.PropertyDefinition getPropertyDefinition()
          Return the associated property definition.
 PropertyState getPropertyState()
          Return the associated property state.
 
Methods inherited from class org.apache.jackrabbit.core.ItemData
getDefinition, getId, getParentId, getState, getStatus, isNode, setDefinition, setState, setStatus, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getPropertyState

public PropertyState getPropertyState()
Return the associated property state.

Returns:
property state

getPropertyDefinition

public javax.jcr.nodetype.PropertyDefinition getPropertyDefinition()
Return the associated property definition.

Returns:
property definition


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.