org.apache.sling.jcr.contentloader.internal.readers
Class XmlReader.PropertyDescription

java.lang.Object
  extended by org.apache.sling.jcr.contentloader.internal.readers.XmlReader.PropertyDescription
Enclosing class:
XmlReader

protected static final class XmlReader.PropertyDescription
extends Object


Field Summary
 boolean isMultiValue
           
 String name
           
static XmlReader.PropertyDescription SHARED
           
 String type
           
 List<String> values
           
 
Constructor Summary
protected XmlReader.PropertyDescription()
           
 
Method Summary
 void addValue(String v)
           
static XmlReader.PropertyDescription create(XmlReader.PropertyDescription desc, ContentCreator creator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SHARED

public static XmlReader.PropertyDescription SHARED

name

public String name

type

public String type

values

public List<String> values

isMultiValue

public boolean isMultiValue
Constructor Detail

XmlReader.PropertyDescription

protected XmlReader.PropertyDescription()
Method Detail

create

public static XmlReader.PropertyDescription create(XmlReader.PropertyDescription desc,
                                                   ContentCreator creator)
                                            throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException

addValue

public void addValue(String v)


Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.