org.apache.sling.jcr.contentloader.internal.readers
Class XmlReader.PropertyDescription
java.lang.Object
org.apache.sling.jcr.contentloader.internal.readers.XmlReader.PropertyDescription
- Enclosing class:
- XmlReader
protected static final class XmlReader.PropertyDescription
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SHARED
public static XmlReader.PropertyDescription SHARED
name
public String name
type
public String type
values
public List<String> values
isMultiValue
public boolean isMultiValue
XmlReader.PropertyDescription
protected XmlReader.PropertyDescription()
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.