public static enum IStoreObject.EncodingType extends Enum<IStoreObject.EncodingType>
| Enum Constant and Description |
|---|
Custom
Signifies the custom user encoding.
|
Json
Signifies the 'JSON' encoding.
|
Protobuf
Signifies the 'protocol buffer' encoding.
|
Quark
Signifies the 'Quark' encoding.
|
Xbuf
Signifies the 'X buffer' encoding.
|
Xbuf2
Signifies the 'X Buffer 2' encoding.
|
| Modifier and Type | Method and Description |
|---|---|
static IStoreObject.EncodingType |
fromMessageViewEncoding(int messageViewEncoding)
Translates a message view endoding to its corresponding
IStoreObject.EncodingType |
int |
toMessageViewEncoding() |
static IStoreObject.EncodingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IStoreObject.EncodingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IStoreObject.EncodingType Custom
public static final IStoreObject.EncodingType Quark
public static final IStoreObject.EncodingType Xbuf
public static final IStoreObject.EncodingType Xbuf2
public static final IStoreObject.EncodingType Protobuf
public static final IStoreObject.EncodingType Json
public static IStoreObject.EncodingType[] values()
for (IStoreObject.EncodingType c : IStoreObject.EncodingType.values()) System.out.println(c);
public static IStoreObject.EncodingType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int toMessageViewEncoding()
public static final IStoreObject.EncodingType fromMessageViewEncoding(int messageViewEncoding)
IStoreObject.EncodingTypemessageViewEncoding - The translated message encodingCopyright © 2019 N5 Technologies, Inc. All Rights Reserved.