com.atlassian.confluence.importexport.xmlimport.model
Class EnumProperty

java.lang.Object
  extended by com.atlassian.confluence.importexport.xmlimport.model.ImportedProperty
      extended by com.atlassian.confluence.importexport.xmlimport.model.EnumProperty

public class EnumProperty
extends ImportedProperty


Constructor Summary
EnumProperty(String name, String packageName, String className, String value)
           
 
Method Summary
 String getClassName()
           
 Object getEnumValue()
           
 String getPackageName()
           
 String getValue()
           
 String toString()
           
 
Methods inherited from class com.atlassian.confluence.importexport.xmlimport.model.ImportedProperty
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EnumProperty

public EnumProperty(String name,
                    String packageName,
                    String className,
                    String value)
Method Detail

getPackageName

public String getPackageName()

getClassName

public String getClassName()

getValue

public String getValue()

toString

public String toString()
Overrides:
toString in class ImportedProperty

getEnumValue

public Object getEnumValue()
                    throws ClassNotFoundException
Throws:
ClassNotFoundException


Copyright © 2003-2011 Atlassian. All Rights Reserved.