public class FeatureAttribute extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="UserDisplay" type="{http://www.CIP4.org/JDFSchema_2_0}EnumUserDisplay" />
<attribute name="CurrentValue" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Editable" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
currentValue |
protected Boolean |
editable |
protected EnumUserDisplay |
userDisplay |
| Constructor and Description |
|---|
FeatureAttribute() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentValue()
Gets the value of the currentValue property.
|
Boolean |
getEditable()
Gets the value of the editable property.
|
EnumUserDisplay |
getUserDisplay()
Gets the value of the userDisplay property.
|
void |
setCurrentValue(String value)
Sets the value of the currentValue property.
|
void |
setEditable(Boolean value)
Sets the value of the editable property.
|
void |
setUserDisplay(EnumUserDisplay value)
Sets the value of the userDisplay property.
|
protected EnumUserDisplay userDisplay
protected String currentValue
protected Boolean editable
public EnumUserDisplay getUserDisplay()
EnumUserDisplaypublic void setUserDisplay(EnumUserDisplay value)
value - allowed object is
EnumUserDisplaypublic String getCurrentValue()
Stringpublic void setCurrentValue(String value)
value - allowed object is
Stringpublic Boolean getEditable()
BooleanCopyright © 2012. All Rights Reserved.