Create a type that references another type or can take the value .
nullInheritance Hierarchy
org.opendof.core.oalDOFType
org.opendof.core.oalDOFTypeNullable
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
[SerializableAttribute] public sealed class Nullable : DOFType
The DOFTypeNullable type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DOFTypeNullable(DOFType) | Construct a nullable type from another (non-nullable) type. | |
| DOFTypeNullable(DOFTypeContext, DOFPacket) | Construct a type from a packet. |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Overrides DOFTypeEquals(Object).) | |
| getEncoding | Get the string encoding for the type. (Inherited from DOFType.) | |
| GetHashCode | (Overrides DOFTypeGetHashCode.) | |
| getInstance | (Overrides DOFTypegetInstance(DOFPacket).) | |
| getMaxLength | Get the maximum length of the type. (Inherited from DOFType.) | |
| getMinLength | Get the minimum length of the type. (Inherited from DOFType.) | |
| getSubtypes | (Overrides DOFTypegetSubtypes.) | |
| 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 | (Overrides DOFTypemarshal(DOFTypeContext, DOFPacket).) | |
| ToString | (Overrides DOFTypeToString.) |
Remarks
nullnullSee Also