org.apache.jackrabbit.core.xml
Class Importer.PropInfo
java.lang.Object
org.apache.jackrabbit.core.xml.Importer.PropInfo
- Enclosing class:
- Importer
- public static class Importer.PropInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Importer.PropInfo
public Importer.PropInfo()
Importer.PropInfo
public Importer.PropInfo(QName name,
int type,
Importer.TextValue[] values)
setName
public void setName(QName name)
getName
public QName getName()
setType
public void setType(int type)
getType
public int getType()
setValues
public void setValues(Importer.TextValue[] values)
getValues
public Importer.TextValue[] getValues()
Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.