public class EnumerationConstraint extends Object
Java class for EnumerationConstraint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnumerationConstraint">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="value" type="{http://plasma.org/metamodel}EnumerationRef"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EnumerationRef |
value |
| Constructor and Description |
|---|
EnumerationConstraint() |
| Modifier and Type | Method and Description |
|---|---|
EnumerationRef |
getValue()
Gets the value of the value property.
|
void |
setValue(EnumerationRef value)
Sets the value of the value property.
|
protected EnumerationRef value
public EnumerationRef getValue()
EnumerationRefpublic void setValue(EnumerationRef value)
value - allowed object is
EnumerationRefCopyright © 2017. All rights reserved.