org.alfresco.jcr.importer
Class ValueContext

java.lang.Object
  extended by org.alfresco.repo.importer.view.ElementContext
      extended by org.alfresco.jcr.importer.ValueContext

public class ValueContext
extends ElementContext

Maintains state about currently imported value


Constructor Summary
ValueContext(org.alfresco.service.namespace.QName elementName, PropertyContext property)
          Construct
 
Method Summary
 PropertyContext getProperty()
          Get property
 
Methods inherited from class org.alfresco.repo.importer.view.ElementContext
getDictionaryService, getElementName, getImporter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueContext

public ValueContext(org.alfresco.service.namespace.QName elementName,
                    PropertyContext property)
Construct

Parameters:
elementName -
property -
Method Detail

getProperty

public PropertyContext getProperty()
Get property

Returns:
property holding value


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