Package | Description |
---|---|
com.opencloud.slee.resources.cgin |
Defines an API for the CGIN infrastructure on which all protocols are built.
|
Modifier and Type | Method and Description |
---|---|
EncodedExternal.ExternalEncoding |
EncodedExternal.getEncoding()
Get the type of encoding used by this EXTERNAL
|
static EncodedExternal.ExternalEncoding |
EncodedExternal.ExternalEncoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncodedExternal.ExternalEncoding[] |
EncodedExternal.ExternalEncoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
EncodedExternal(ObjectID directReference,
Long indirectReference,
String dataValueDescriptor,
EncodedExternal.ExternalEncoding encoding,
byte[] encodedValue,
Throwable decodingError)
Construct a representation of an EXTERNAL.
|