public enum FillNAMethod extends Enum<FillNAMethod>
| Enum Constant and Description |
|---|
LINEAR
Enum value Linear.
|
NOT_FILL
Enum value NotFill.
|
PAD
Enum value Pad.
|
PREVIOUS
Enum value Previous.
|
SUBSEQUENT
Enum value Subsequent.
|
ZERO
Enum value Zero.
|
| Modifier and Type | Method and Description |
|---|---|
static FillNAMethod |
fromString(String value)
Parses a serialized value to a FillNAMethod instance.
|
String |
toString() |
static FillNAMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FillNAMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FillNAMethod PREVIOUS
public static final FillNAMethod SUBSEQUENT
public static final FillNAMethod LINEAR
public static final FillNAMethod ZERO
public static final FillNAMethod PAD
public static final FillNAMethod NOT_FILL
public static FillNAMethod[] values()
public static FillNAMethod 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 static FillNAMethod fromString(String value)
value - the serialized value to parse.public String toString()
toString in class Enum<FillNAMethod>Copyright © 2021. All rights reserved.