Class XmlReader.PropertyDescription
java.lang.Object
org.apache.sling.jcr.contentloader.internal.readers.XmlReader.PropertyDescription
- Enclosing class:
- XmlReader
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreate(XmlReader.PropertyDescription desc, ContentCreator creator) getName()getType()booleanvoidsetMultiValue(boolean isMultiValue) voidvoid
-
Field Details
-
SHARED
-
-
Constructor Details
-
PropertyDescription
protected PropertyDescription()
-
-
Method Details
-
create
public static XmlReader.PropertyDescription create(XmlReader.PropertyDescription desc, ContentCreator creator) throws javax.jcr.RepositoryException - Throws:
javax.jcr.RepositoryException
-
getName
-
setName
-
getType
-
setType
-
isMultiValue
public boolean isMultiValue() -
setMultiValue
public void setMultiValue(boolean isMultiValue) -
getValues
-
addValue
-