com.baan.b3.boi1.metadata
Interface IPrimalObjectMetadata
- All Superinterfaces:
- IObjectMetadata
- public interface IPrimalObjectMetadata
- extends IObjectMetadata
Describes Primal object types.
Primal object types correspond to the basic DCD types.
- Version:
- Build Nr 61, file version \\main\\3, 15:09:07 24-07-2006 UTC
- See Also:
- www.w3c.org
|
Method Summary |
java.lang.String |
getXmlDataType()
Gets the XML datatype for the described object type. |
getXmlDataType
public java.lang.String getXmlDataType()
- Gets the XML datatype for the described object type.
The datatype returned by this method corresponds to one of the
'basic' datatypes in the DCD standard (ie. 'i2', 'r4', 'dateTime'
etc...). These basic types are the building blocks for the complex types
which are represented by BusinessObjects.
Threading policy: MTSafe.
- Returns:
- the XML datatype of the described Primal type.
- See Also:
- www.w3c.org
Visit the SSA Global website for more information.