Package cdm.legaldocumentation.csa
Enum ValuationDateDayEnum
- All Implemented Interfaces:
Serializable,Comparable<ValuationDateDayEnum>
@RosettaEnum("ValuationDateDayEnum")
public enum ValuationDateDayEnum
extends Enum<ValuationDateDayEnum>
Defines the conditions for the day for a Valuation Date.
- Version:
- 6.19.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe Date can be a given day on the regular calendar.FridayThe Date must be a day on which commercial banks are open for general business in the local market.MondayThe Date must be a New York Banking Day, that is a day, other than a Saturday or Sunday, on which banks are open for general commercial business in New York, USA.SaturdaySundayThursdayTuesdayWednesday -
Method Summary
Modifier and TypeMethodDescriptionstatic ValuationDateDayEnumfromDisplayName(String name) toString()static ValuationDateDayEnumReturns the enum constant of this type with the specified name.static ValuationDateDayEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
MON
Monday -
TUE
Tuesday -
WED
Wednesday -
THU
Thursday -
FRI
Friday -
SAT
Saturday -
SUN
Sunday -
LOCAL_BUSINESS_DAY
The Date must be a day on which commercial banks are open for general business in the local market. -
CALENDAR_DAY
The Date can be a given day on the regular calendar. -
NEW_YORK_BANKING_DAY
@RosettaEnumValue(value="NewYorkBankingDay", displayName="New York Banking Day") public static final ValuationDateDayEnum NEW_YORK_BANKING_DAYThe Date must be a New York Banking Day, that is a day, other than a Saturday or Sunday, on which banks are open for general commercial business in New York, USA.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
fromDisplayName
-
toString
- Overrides:
toStringin classEnum<ValuationDateDayEnum>
-
toDisplayString
-