Enum Class PositionPath.Type
- All Implemented Interfaces:
Serializable, Comparable<PositionPath.Type>, Constable
- Enclosing interface:
PositionPath
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IntFunction<PositionPath.Type> static final StreamCodec<io.netty.buffer.ByteBuf, PositionPath.Type> private final StreamCodec<io.netty.buffer.ByteBuf, ? extends PositionPath> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateType(StreamCodec<io.netty.buffer.ByteBuf, ? extends PositionPath> streamCodec) -
Method Summary
Modifier and TypeMethodDescriptionStreamCodec<io.netty.buffer.ByteBuf, ? extends PositionPath> static PositionPath.TypeReturns the enum constant of this class with the specified name.static PositionPath.Type[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
LINEAR
-
STEPPED
-
-
Field Details
-
BY_ID
-
STREAM_CODEC
-
streamCodec
-
-
Constructor Details
-
Type
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
streamCodec
-