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

All Superinterfaces:
CalmObject, PropertyValue

public interface IntegerValue
extends PropertyValue

A representation of the model object 'Integer Value'.

The following features are supported:

See Also:
PropertyPackage.getIntegerValue()

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

setValue

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

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