public class LwIntroEnumProperty extends LwIntrospectedProperty
Constructor and Description |
---|
LwIntroEnumProperty(java.lang.String name,
java.lang.Class enumClass) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCodeGenPropertyClassName() |
java.lang.Object |
read(Element element) |
getDeclaringClassName, getName, getPropertyClassName, getPropertyValue, getReadMethodName, getWriteMethodName, setDeclaringClassName
public LwIntroEnumProperty(java.lang.String name, java.lang.Class enumClass)
public java.lang.Object read(Element element) throws java.lang.Exception
read
in class LwIntrospectedProperty
element
- element that contains serialized property data. This element was
written by IntrospectedProperty.write(Object, com.intellij.uiDesigner.XmlWriter)
method. So read
and write
methods should be consistent.null
. For example,
value can be java.lang.Integer
for IntroIntProperty
.java.lang.Exception
public java.lang.String getCodeGenPropertyClassName()
getCodeGenPropertyClassName
in class LwIntrospectedProperty