SMILA 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.
ValueFormatHelper helper class for formatting and parsing Values.
 

Enum Summary
Any.ValueType Enumeration with the possible value types.
 

Exception Summary
AnyConvertException Used by AnyUtil to denote errors in conversion between records and Corba Any structures.
InvalidValueTypeException A runtime exception that will be thrown if the value types of the Any objects do not match the expected types.
 


SMILA API documentation