public enum MaturityMonthYearFormat extends Enum<MaturityMonthYearFormat> implements EnumValue
Enum Constant and Description |
---|
YEAR_MONTH_DAY |
YEAR_MONTH_ONLY |
YEAR_MONTH_WEEK |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(byte[] val) |
boolean |
equals(byte[] val,
int offset,
int length) |
byte[] |
getValue() |
static MaturityMonthYearFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaturityMonthYearFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MaturityMonthYearFormat YEAR_MONTH_ONLY
public static final MaturityMonthYearFormat YEAR_MONTH_DAY
public static final MaturityMonthYearFormat YEAR_MONTH_WEEK
public static MaturityMonthYearFormat[] values()
for (MaturityMonthYearFormat c : MaturityMonthYearFormat.values()) System.out.println(c);
public static MaturityMonthYearFormat 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 equals(byte[] val, int offset, int length)
Copyright © 2000–2022 EPAM Systems. All rights reserved.