public final class LwRbIntroStringProperty extends LwIntrospectedProperty
Constructor and Description |
---|
LwRbIntroStringProperty(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
read(Element element) |
getCodeGenPropertyClassName, getDeclaringClassName, getName, getPropertyClassName, getPropertyValue, getReadMethodName, getWriteMethodName, setDeclaringClassName
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.StringDescriptor
java.lang.Exception