Inheritance Hierarchy
org.opendof.core.oalDOFType
org.opendof.core.oalDOFObjectIDType
org.opendof.core.oalDOFObjectIDSourceType
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
[SerializableAttribute] public sealed class Type : DOFObjectIDType
The DOFObjectIDSourceType type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Overrides DOFObjectIDTypeEquals(Object).) |
![]() | getEncoding | Get the string encoding for the type. (Inherited from DOFType.) |
![]() | GetHashCode | (Overrides DOFObjectIDTypeGetHashCode.) |
![]() | getInstance | (Overrides DOFObjectIDTypegetInstance(DOFPacket).) |
![]() | getMaxLength | Get the maximum length of the type. (Inherited from DOFType.) |
![]() | getMinLength | Get the minimum length of the type. (Inherited from DOFType.) |
![]() | getSubtypes | Return a list of subtypes associated with this type. (Inherited from DOFType.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | getTypeID | Get the type identifier of this type. (Inherited from DOFType.) |
![]() | isDefined | Return whether of not the type is fully defined. (Inherited from DOFType.) |
![]() | marshal | (Inherited from DOFObjectIDType.) |
![]() | ToString | Return the string representation of a type. (Inherited from DOFObjectIDType.) |
See Also