org.plasma.provisioning
Class EnumerationConstraint

java.lang.Object
  extended by org.plasma.provisioning.EnumerationConstraint

public class EnumerationConstraint
extends Object

This stereotype constrains a UML property by means of a given UML enumeration. It enables use of UML Enumerations which are part of the UML model when specifying a constraint on class properties. UML Enumerations used with this stereotype must be tagged with the SDOEnumeration stereotype.

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://www.servicelabs.org/plasma/provisioning}EnumerationRef"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  EnumerationRef value
           
 
Constructor Summary
EnumerationConstraint()
           
 
Method Summary
 EnumerationRef getValue()
          Gets the value of the value property.
 void setValue(EnumerationRef value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected EnumerationRef value
Constructor Detail

EnumerationConstraint

public EnumerationConstraint()
Method Detail

getValue

public EnumerationRef getValue()
Gets the value of the value property.

Returns:
possible object is EnumerationRef

setValue

public void setValue(EnumerationRef value)
Sets the value of the value property.

Parameters:
value - allowed object is EnumerationRef


Copyright © 2014. All rights reserved.