public enum EncoderType extends Enum<EncoderType>
ISequenceEncoder
s.Modifier and Type | Method and Description |
---|---|
abstract ISequenceEncoder |
get() |
static EncoderType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncoderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncoderType SUFFIX
public static final EncoderType PREFIX
public static final EncoderType INFIX
public static final EncoderType NONE
public static EncoderType[] values()
for (EncoderType c : EncoderType.values()) System.out.println(c);
public static EncoderType 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 abstract ISequenceEncoder get()
Copyright © 2016. All rights reserved.