org.apache.jackrabbit.core.xml
Class Importer.PropInfo

java.lang.Object
  extended byorg.apache.jackrabbit.core.xml.Importer.PropInfo
Enclosing class:
Importer

public static class Importer.PropInfo
extends Object


Constructor Summary
Importer.PropInfo()
           
Importer.PropInfo(QName name, int type, Importer.TextValue[] values)
           
 
Method Summary
 QName getName()
           
 int getType()
           
 Importer.TextValue[] getValues()
           
 void setName(QName name)
           
 void setType(int type)
           
 void setValues(Importer.TextValue[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Importer.PropInfo

public Importer.PropInfo()

Importer.PropInfo

public Importer.PropInfo(QName name,
                         int type,
                         Importer.TextValue[] values)
Method Detail

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.