Uses of Interface
org.eclipse.ocl.examples.domain.values.NullValue

Packages that use NullValue
org.eclipse.ocl.examples.domain.values   
org.eclipse.ocl.examples.domain.values.impl   
org.eclipse.ocl.examples.domain.values.util   
 

Uses of NullValue in org.eclipse.ocl.examples.domain.values
 

Subinterfaces of NullValue in org.eclipse.ocl.examples.domain.values
 interface InvalidValue
           
 

Methods in org.eclipse.ocl.examples.domain.values that return NullValue
 NullValue NullValue.negate()
           
 

Uses of NullValue in org.eclipse.ocl.examples.domain.values.impl
 

Classes in org.eclipse.ocl.examples.domain.values.impl that implement NullValue
 class InvalidValueException
          An InvalidValueException wraps an InvalidValue and is used to return the InvalidValue to the caller.
 class NullValueImpl
          An InvalidValueException wraps an InvalidValue and is used to return the InvalidValue to the caller.
 class UndefinedValueImpl
           
 

Methods in org.eclipse.ocl.examples.domain.values.impl that return NullValue
 NullValue UndefinedValueImpl.abs()
           
 NullValue UndefinedValueImpl.addInteger(IntegerValue right)
           
 NullValue UndefinedValueImpl.addReal(RealValue right)
           
 NullValue UndefinedValueImpl.div(IntegerValue right)
           
 NullValue UndefinedValueImpl.divideReal(RealValue right)
           
 NullValue UndefinedValueImpl.divInteger(IntegerValue right)
           
 NullValue UndefinedValueImpl.divUnlimited(UnlimitedValue right)
           
 NullValue UndefinedValueImpl.floor()
           
 NullValue UndefinedValueImpl.max(RealValue right)
           
 NullValue UndefinedValueImpl.maxInteger(IntegerValue right)
           
 NullValue UndefinedValueImpl.maxReal(RealValue right)
           
 NullValue UndefinedValueImpl.maxUnlimited(UnlimitedValue right)
           
 NullValue UndefinedValueImpl.min(RealValue right)
           
 NullValue UndefinedValueImpl.minInteger(IntegerValue right)
           
 NullValue UndefinedValueImpl.minReal(RealValue right)
           
 NullValue UndefinedValueImpl.minUnlimited(UnlimitedValue right)
           
 NullValue UndefinedValueImpl.minus(UniqueCollectionValue set)
           
 NullValue UndefinedValueImpl.modInteger(IntegerValue right)
           
 NullValue UndefinedValueImpl.modUnlimited(UnlimitedValue right)
           
 NullValue UndefinedValueImpl.multiplyInteger(IntegerValue right)
           
 NullValue UndefinedValueImpl.multiplyReal(RealValue right)
           
 NullValue UndefinedValueImpl.negate()
           
 NullValue UndefinedValueImpl.round()
           
 NullValue UndefinedValueImpl.subOrderedSet(int lower, int upper)
           
 NullValue UndefinedValueImpl.subSequence(int lower, int upper)
           
 NullValue UndefinedValueImpl.subtractInteger(IntegerValue right)
           
 NullValue UndefinedValueImpl.subtractReal(RealValue right)
           
 NullValue UndefinedValueImpl.symmetricDifference(UniqueCollectionValue set)
           
protected  NullValue UndefinedValueImpl.toInvalidValue()
           
 

Uses of NullValue in org.eclipse.ocl.examples.domain.values.util
 

Fields in org.eclipse.ocl.examples.domain.values.util declared as NullValue
static NullValue ValuesUtil.NULL_VALUE
           
 

Methods in org.eclipse.ocl.examples.domain.values.util with parameters of type NullValue
 T ValuesSwitch.caseNullValue(NullValue object)
          Returns the result of interpreting the object as an instance of 'Null Value'.