Class EnumProperty
- java.lang.Object
-
- com.atlassian.confluence.importexport.xmlimport.model.ImportedProperty
-
- com.atlassian.confluence.importexport.xmlimport.model.EnumProperty
-
@Deprecated public class EnumProperty extends ImportedProperty
Deprecated.since 7.17.0.
-
-
Constructor Summary
Constructors Constructor Description EnumProperty(String name, String packageName, String className, String value)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getClassName()
Deprecated.Object
getEnumValue()
Deprecated.String
getPackageName()
Deprecated.String
getValue()
Deprecated.String
toString()
Deprecated.-
Methods inherited from class com.atlassian.confluence.importexport.xmlimport.model.ImportedProperty
equals, getName, hashCode
-
-
-
-
Method Detail
-
getPackageName
public String getPackageName()
Deprecated.
-
getClassName
public String getClassName()
Deprecated.
-
getValue
public String getValue()
Deprecated.
-
toString
public String toString()
Deprecated.- Overrides:
toString
in classImportedProperty
-
getEnumValue
public Object getEnumValue() throws ClassNotFoundException
Deprecated.- Throws:
ClassNotFoundException
-
-