Package org.simantics.databoard.binding.mutable

Class Summary
ContainerOptionalBinding Binds OptionalType to ValueContainer
ImmutableVariantBinding ImmutableVariantBinding binds VariantType to Variant Class.
MutableBooleanBinding Binds BooleanType to MutableBoolean
MutableByteBinding Binds java.lang.Byte to MutableByte
MutableDoubleBinding Binds DoubleType to MutableDouble
MutableFloatBinding Binds FloatType to MutableFloat
MutableIntegerBinding  
MutableLongBinding Binds LongType to MutableLong
MutableStringBinding Binds StringType to MutableString
MutableVariant MutableVariant is a container to a data value of any type.
MutableVariantBinding MutableVariantBinding binds VariantType to MutableVariant Class.
TaggedObject  
UnionTaggedObjectBinding Binds UnionType to TaggedObject.class
ValueContainer  
Variant Variant is a container to a data value of any type.