Class Importer.PropInfo
- java.lang.Object
-
- org.apache.jackrabbit.jcr2spi.xml.Importer.PropInfo
-
-
Constructor Summary
Constructors Constructor Description PropInfo(org.apache.jackrabbit.spi.Name name, int type, Importer.TextValue[] values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.jackrabbit.spi.NamegetName()intgetType()Importer.TextValue[]getValues()
-
-
-
Constructor Detail
-
PropInfo
public PropInfo(org.apache.jackrabbit.spi.Name name, int type, Importer.TextValue[] values)
-
-
Method Detail
-
getName
public org.apache.jackrabbit.spi.Name getName()
-
getType
public int getType()
-
getValues
public Importer.TextValue[] getValues()
-
-