Interface ISingleValue

All Superinterfaces:
Comparable<Object>, IConvertable, IPrimitiveValue, IValue, Serializable
All Known Subinterfaces:
ICompoundValue
All Known Implementing Classes:
AbstractValue, AnyValue, AttributeBooleanValue, AttributeCurrency, AttributeDateTimeValue, AttributeDateValue, AttributeEntityValue, AttributeInfiniteValue, AttributeIntegerValue, AttributeNumberValue, AttributePercentage, AttributeStringValue, BinaryValue, BooleanValue, Currency, DateTimeValue, DateValue, EntityContextDelegate, EntityValue, ForeachObject, InfiniteValue, InstanceReferrer, IntegerValue, NumberValue, Percentage, StringValue, ValueReference

public interface ISingleValue extends IPrimitiveValue
The single value interface may be implemented by objects that represent a single unique value.
Since:
5.0
Author:
O. Kerpershoek