Uses of Class
org.apache.jackrabbit.core.PropertyImpl

Packages that use PropertyImpl
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
 

Uses of PropertyImpl in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core that return PropertyImpl
protected  PropertyImpl NodeImpl.getOrCreateProperty(String name, int type, boolean multiValued, boolean exactTypeMatch, BitSet status)
           
protected  PropertyImpl NodeImpl.getOrCreateProperty(QName name, int type, boolean multiValued, boolean exactTypeMatch, BitSet status)
           
protected  PropertyImpl NodeImpl.createChildProperty(QName name, int type, PropertyDefinitionImpl def)
           
 PropertyImpl NodeImpl.getProperty(QName name)
          Returns the property of this node with the specified name.
 PropertyImpl NodeImpl.setProperty(QName name, Value[] values)
          Same as Node.setProperty(String, Value[]) except that this method takes a QName name argument instead of a String.
 PropertyImpl NodeImpl.setProperty(QName name, Value[] values, int type)
          Same as Node.setProperty(String, Value[], int) except that this method takes a QName name argument instead of a String.
 PropertyImpl NodeImpl.setProperty(QName name, Value value)
          Same as Node.setProperty(String, Value) except that this method takes a QName name argument instead of a String.
 

Methods in org.apache.jackrabbit.core with parameters of type PropertyImpl
protected  void NodeImpl.internalCopyPropertyFrom(PropertyImpl prop)
          Copies a property to this node
 



Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.