com.atlassian.confluence.importexport.xmlimport.model
Class EnumProperty
java.lang.Object
com.atlassian.confluence.importexport.xmlimport.model.ImportedProperty
com.atlassian.confluence.importexport.xmlimport.model.EnumProperty
public class EnumProperty
- extends ImportedProperty
EnumProperty
public EnumProperty(String name,
String packageName,
String className,
String value)
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