edu.ksu.cis.cadena.core.specification.property
Interface EnumValue

All Superinterfaces:
CalmObject, PropertyValue

public interface EnumValue
extends PropertyValue

A representation of the model object 'Enum Value'.

The following features are supported:

See Also:
PropertyPackage.getEnumValue()

Method Summary
 EnumMember getValue()
          Returns the value of the 'Value' reference.
 void setValue(EnumMember value)
          Sets the value of the 'Value' reference.
 
Methods inherited from interface edu.ksu.cis.cadena.core.specification.property.PropertyValue
getPrimitiveType, getType, isEqual, setType
 
Methods inherited from interface edu.ksu.cis.cadena.core.specification.base.CalmObject
addBackReference, getBackReferences, getDeleted, getTrashCan, getUuid, removeBackReference
 

Method Detail

getValue

EnumMember getValue()
Returns the value of the 'Value' reference.

If the meaning of the 'Value' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value' reference.
See Also:
setValue(EnumMember), PropertyPackage.getEnumValue_Value()

setValue

void setValue(EnumMember value)
Sets the value of the 'Value' reference.

Parameters:
value - the new value of the 'Value' reference.
See Also:
getValue()