SMILA (incubation) API documentation

Package org.eclipse.smila.datamodel

Interface Summary
Any Interface for object used instead of MObject.
AnyMap Interface for a map with Any objects.
AnySeq Interface for a sequence of Any objects.
DataFactory Interface for creation of data objects.
Record SMILA record interface.
Value Interface for a value object, used if the any object is of type string, double, boolean, long, date or date time.
 

Class Summary
DataFactoryCreator Helper class to decouple Any and Record interfaces better from default implementation.
MetadataUtils  
ValueFormatHelper helper class for formatting and parsing Values.
 

Enum Summary
Any.ValueType Enumeration with the possible value types.
MetadataUtils.CreateFlag The Enum CreateFlags.
 

Exception Summary
InvalidValueTypeException A runtime exception that will be thrown if the value types of the Any objects do not match the expected types.
 


SMILA (incubation) API documentation