XdrMemoType class
Constructors
-
XdrMemoType(dynamic _value
)
Properties
Methods
-
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other ) → bool -
The equality operator. [...]
inherited
Static Methods
-
decode(
XdrDataInputStream stream ) → XdrMemoType -
encode(
XdrDataOutputStream stream, XdrMemoType value ) → void
Constants
- MEMO_HASH → const XdrMemoType
-
const XdrMemoType._internal(3)
- MEMO_ID → const XdrMemoType
-
const XdrMemoType._internal(2)
- MEMO_NONE → const XdrMemoType
-
const XdrMemoType._internal(0)
- MEMO_RETURN → const XdrMemoType
-
const XdrMemoType._internal(4)
- MEMO_TEXT → const XdrMemoType
-
const XdrMemoType._internal(1)