org.eclipse.ocl.examples.pivot.values
Interface NullValue

All Superinterfaces:
BagValue, BooleanValue, CollectionValue, java.lang.Comparable<NumericValue>, ElementValue<Type>, IntegerValue, java.lang.Iterable<Value>, NonOrderedCollectionValue, NonUniqueCollectionValue, NumericValue, ObjectValue, OrderedCollectionValue, OrderedSetValue, RealValue, SequenceValue, SetValue, StringValue, TypeValue, UniqueCollectionValue, UnlimitedValue, Value
All Known Subinterfaces:
InvalidValue
All Known Implementing Classes:
AbstractUndefinedCollectionValue, AbstractUndefinedValue, InvalidValueImpl, NullValueImpl, OCLConsolePage.ExceptionValue

public interface NullValue
extends BooleanValue, IntegerValue, RealValue, StringValue, UnlimitedValue, BagValue, OrderedSetValue, SequenceValue, SetValue, ObjectValue, TypeValue


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.ocl.examples.pivot.values.CollectionValue
CollectionValue.Accumulator
 
Method Summary
 NullValue negate()
           
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.values.IntegerValue
add, bigIntegerValue, div, divide, max, min, mod, multiply, subtract
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.values.RealValue
abs, add, divide, floor, max, min, multiply, round, signum, subtract
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.values.StringValue
stringValue
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.values.NumericValue
bigDecimalValue, doubleValue, toIntegerValue
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.values.OrderedSetValue
subOrderedSet
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.values.SequenceValue
subSequence
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.values.OrderedCollectionValue
append, at, first, indexOf, insertAt, last, prepend, reverse
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.values.UniqueCollectionValue
minus, symmetricDifference
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.values.CollectionValue
asCollection, asList, count, excludes, excludesAll, excluding, flatten, flatten, getKind, includes, includesAll, including, intersection, intSize, isEmpty, iterator, maxMin, notEmpty, product, size, sort, sum, toOrderedCollectionValue, union
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.values.TypeValue
asTypeValue, getInstanceType, getType
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.values.ElementValue
getElement
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.values.ObjectValue
getObject
 

Method Detail

negate

NullValue negate()
                 throws InvalidValueException
Specified by:
negate in interface IntegerValue
Specified by:
negate in interface NumericValue
Specified by:
negate in interface RealValue
Throws:
InvalidValueException