Package org.simantics.databoard.binding.impl

Class Summary
ArrayListBinding CollectionListBinding binds ArrayType to java.util.List and instantiates java.util.ArrayList.
BooleanArrayBinding Binds the type Boolean[]-type to boolean[] Class.
BooleanBindingDefault Binds Boolean Type to java.lang.Boolean-class.
ByteArrayBinding Binds Byte[] type to byte[] class.
ByteBindingDefault Binds ByteType to java.lang.Byte-class
DoubleArrayBinding Binds Double[] type to double[] Class.
DoubleBindingDefault Binds DoubleType to java.lang.Double
FloatArrayBinding Binds Float[] Type to float[] class.
FloatBindingDefault Binds FloatType to java.lang.Float-class.
HashMapBinding Binds Databoard's MapType to java.util.Map and instantiates java.util.HashMap.
HashSetBinding Binds Databoard Map(T, {}) to java.util.Set and instantiates java.util.HashSet
IntArrayBinding Binds Integer[] Type to int[] Class.
IntegerBindingDefault Binds Integer Type to java.lang.Integer
LinkedListBinding CollectionListBinding binds ArrayType to java.util.LinkedList
LongArrayBinding Binds Long[] type to long[] class.
LongBindingDefault  
ObjectArrayBinding Binds to Object[]
ObjectVariantBinding ObjectVariantBinding binds VarianType and Object.class.
OptionalBindingDefault This implementation binds OptionalType to null / Object assignment.
StringArrayBinding Binds String[] type to String[] class.
StringBindingDefault StringBindingDefault is a binding to java.lang.String class.
StringVariantBinding This class binding Variant to a filename/URL compatible String.
TreeMapBinding Binds java.util.TreeMap to MapType
TreeSetBinding Binds java.util.TreeSet to Map(T, {})
UnsignedByteBinding Binding of UnsignedByte to byte type.
UnsignedByteBinding.Immutable  
UnsignedByteBinding.Mutable  
UnsignedIntegerBinding Binding of UnsignedInteger to integer type.
UnsignedIntegerBinding.Immutable  
UnsignedIntegerBinding.Mutable  
UnsignedLongBinding Binding of UnsignedLong to long type.
UnsignedLongBinding.Immutable  
UnsignedLongBinding.Mutable  
UnsignedShortBinding Binding of UnsignedShort to integer type.
UnsignedShortBinding.Immutable  
UnsignedShortBinding.Mutable