Uses of Class
com.opencloud.slee.resources.cgin.EncodedExternal.ExternalEncoding
-
Packages that use EncodedExternal.ExternalEncoding Package Description com.opencloud.slee.resources.cgin Defines an API for the CGIN infrastructure on which all protocols are built. -
-
Uses of EncodedExternal.ExternalEncoding in com.opencloud.slee.resources.cgin
Methods in com.opencloud.slee.resources.cgin that return EncodedExternal.ExternalEncoding Modifier and Type Method Description EncodedExternal.ExternalEncoding
EncodedExternal. getEncoding()
Get the type of encoding used by this EXTERNALstatic 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.Constructors in com.opencloud.slee.resources.cgin with parameters of type EncodedExternal.ExternalEncoding Constructor Description EncodedExternal(ObjectID directReference, Long indirectReference, String dataValueDescriptor, EncodedExternal.ExternalEncoding encoding, byte[] encodedValue, Throwable decodingError)
Construct a representation of an EXTERNAL.
-