public static enum Metadata.NoMeta extends Enum<Metadata.NoMeta> implements Metadata
Metadata.NoMeta
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
static Metadata.NoMeta |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Metadata.NoMeta[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
void |
writeMarshallable(@NotNull net.openhft.chronicle.wire.WireOut wire) |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
overrideFrom
public static final Metadata.NoMeta INSTANCE
public static Metadata.NoMeta[] values()
for (Metadata.NoMeta c : Metadata.NoMeta.values()) System.out.println(c);
public static Metadata.NoMeta 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 void writeMarshallable(@NotNull @NotNull net.openhft.chronicle.wire.WireOut wire)
writeMarshallable
in interface net.openhft.chronicle.wire.WriteMarshallable
Copyright © 2022. All rights reserved.