public static enum MessageSchema.Endianess extends Enum<MessageSchema.Endianess>
Enum Constant and Description |
---|
BigEndian |
LittleEndian |
Modifier and Type | Method and Description |
---|---|
boolean |
isLittleEndian() |
static MessageSchema.Endianess |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageSchema.Endianess[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageSchema.Endianess LittleEndian
public static final MessageSchema.Endianess BigEndian
public static MessageSchema.Endianess[] values()
for (MessageSchema.Endianess c : MessageSchema.Endianess.values()) System.out.println(c);
public static MessageSchema.Endianess 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 boolean isLittleEndian()
Copyright © 2005–2024 Onix Solutions. All rights reserved.