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

java.lang.Object
  extended by org.apache.jackrabbit.jcr2spi.xml.Importer.PropInfo
Enclosing interface:
Importer

public static class Importer.PropInfo
extends Object


Constructor Summary
Importer.PropInfo(Name name, int type, Importer.TextValue[] values)
           
 
Method Summary
 Name getName()
           
 int getType()
           
 Importer.TextValue[] getValues()
           
 
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(Name name,
                         int type,
                         Importer.TextValue[] values)
Method Detail

getName

public Name getName()

getType

public int getType()

getValues

public Importer.TextValue[] getValues()


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.