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

All Superinterfaces:
CalmObject, PropertyValue

public interface BooleanValue
extends PropertyValue

A representation of the model object 'Boolean Value'.

The following features are supported:

See Also:
PropertyPackage.getBooleanValue()

Method Summary
 java.lang.Boolean getValue()
          Returns the value of the 'Value' attribute.
 void setValue(java.lang.Boolean value)
          Sets the value of the 'Value' attribute.
 
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

java.lang.Boolean getValue()
Returns the value of the 'Value' attribute.

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

Returns:
the value of the 'Value' attribute.
See Also:
setValue(Boolean), PropertyPackage.getBooleanValue_Value()

setValue

void setValue(java.lang.Boolean value)
Sets the value of the 'Value' attribute.

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