public class Option extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
displayName |
protected String |
value |
| 构造器和说明 |
|---|
Option() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDisplayName()
Getter method for property displayName.
|
String |
getValue()
Getter method for property value.
|
void |
setDisplayName(String displayName)
Setter method for property displayName.
|
void |
setValue(String value)
Setter method for property value.
|
org.dom4j.Element |
toElement(String attributeId) |
public org.dom4j.Element toElement(String attributeId) throws SchemaException
SchemaExceptionpublic String getDisplayName()
public void setDisplayName(String displayName)
displayName - value to be assigned to property displayNamepublic String getValue()
public void setValue(String value)
value - value to be assigned to property valueCopyright © 2025. All rights reserved.