Class Importer.PropInfo
- java.lang.Object
-
- org.apache.jackrabbit.jcr2spi.xml.Importer.PropInfo
-
-
Constructor Summary
Constructors Constructor Description PropInfo(Name name, int type, Importer.TextValue[] values)
-
-
-
Constructor Detail
-
PropInfo
public PropInfo(Name name, int type, Importer.TextValue[] values)
-
-
Method Detail
-
getName
public Name getName()
-
getType
public int getType()
-
getValues
public Importer.TextValue[] getValues()
-
-