public class FeatureAttribute
extends java.lang.Object
implements java.io.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 java.lang.String |
currentValue |
protected java.lang.Boolean |
editable |
protected EnumUserDisplay |
userDisplay |
| Constructor and Description |
|---|
FeatureAttribute() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCurrentValue()
Gets the value of the currentValue property.
|
java.lang.Boolean |
getEditable()
Gets the value of the editable property.
|
EnumUserDisplay |
getUserDisplay()
Gets the value of the userDisplay property.
|
void |
setCurrentValue(java.lang.String value)
Sets the value of the currentValue property.
|
void |
setEditable(java.lang.Boolean value)
Sets the value of the editable property.
|
void |
setUserDisplay(EnumUserDisplay value)
Sets the value of the userDisplay property.
|
protected EnumUserDisplay userDisplay
protected java.lang.String currentValue
protected java.lang.Boolean editable
public EnumUserDisplay getUserDisplay()
EnumUserDisplaypublic void setUserDisplay(EnumUserDisplay value)
value - allowed object is
EnumUserDisplaypublic java.lang.String getCurrentValue()
Stringpublic void setCurrentValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getEditable()
Booleanpublic void setEditable(java.lang.Boolean value)
value - allowed object is
BooleanCopyright © 2012. All Rights Reserved.