org.alfresco.jcr.item.property
Class JCRUUIDProperty

java.lang.Object
  extended by org.alfresco.jcr.item.ItemImpl
      extended by org.alfresco.jcr.item.PropertyImpl
          extended by org.alfresco.jcr.item.property.JCRUUIDProperty
All Implemented Interfaces:
javax.jcr.Item, javax.jcr.Property

public class JCRUUIDProperty
extends PropertyImpl

Implementation for mix:referenceable uuid property


Field Summary
static org.alfresco.service.namespace.QName PROPERTY_NAME
           
 
Fields inherited from class org.alfresco.jcr.item.ItemImpl
session
 
Constructor Summary
JCRUUIDProperty(NodeImpl node)
          Construct
 
Method Summary
protected  java.lang.Object getPropertyValue()
          Gets the property value
 
Methods inherited from class org.alfresco.jcr.item.PropertyImpl
accept, equals, getAncestor, getBoolean, getDate, getDefinition, getDepth, getDouble, getLength, getLengths, getLong, getName, getNode, getNodeImpl, getParent, getPath, getPropertyName, getProxy, getStream, getString, getType, getValue, getValues, hashCode, isNode, isSame, remove, setPropertyValue, setPropertyValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue
 
Methods inherited from class org.alfresco.jcr.item.ItemImpl
getSession, getSessionImpl, isModified, isNew, refresh, save
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.jcr.Item
getSession, isModified, isNew, refresh, save
 

Field Detail

PROPERTY_NAME

public static org.alfresco.service.namespace.QName PROPERTY_NAME
Constructor Detail

JCRUUIDProperty

public JCRUUIDProperty(NodeImpl node)
Construct

Parameters:
node -
Method Detail

getPropertyValue

protected java.lang.Object getPropertyValue()
                                     throws javax.jcr.RepositoryException
Description copied from class: PropertyImpl
Gets the property value

Overrides:
getPropertyValue in class PropertyImpl
Returns:
the property value
Throws:
javax.jcr.RepositoryException


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.