Package cdm.legaldocumentation.csa
Enum ValuationDateDateEnum
- All Implemented Interfaces:
Serializable,Comparable<ValuationDateDateEnum>
@RosettaEnum("ValuationDateDateEnum")
public enum ValuationDateDateEnum
extends Enum<ValuationDateDateEnum>
Defines whether the date of a Valuation is defined by a certain day of the week or a particular date in the month.
- Version:
- 6.19.0
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAs Selected.A specific day of the calendar, defined.Specific Valuation date frequency.Specific Valuation date frequency.Specific Valuation date frequency.Specific Valuation date frequency.Specific Valuation date frequency. -
Method Summary
Modifier and TypeMethodDescriptionstatic ValuationDateDateEnumfromDisplayName(String name) toString()static ValuationDateDateEnumReturns the enum constant of this type with the specified name.static ValuationDateDateEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
EACH
Specific Valuation date frequency. -
LAST
Specific Valuation date frequency. -
SECONDLAST
@RosettaEnumValue(value="Secondlast", displayName="2nd Last") public static final ValuationDateDateEnum SECONDLASTSpecific Valuation date frequency. -
THIRDLAST
@RosettaEnumValue(value="Thirdlast", displayName="3rd Last") public static final ValuationDateDateEnum THIRDLASTSpecific Valuation date frequency. -
FOURTHLAST
@RosettaEnumValue(value="Fourthlast", displayName="4th Last") public static final ValuationDateDateEnum FOURTHLASTSpecific Valuation date frequency. -
CALENDAR_DAY
A specific day of the calendar, defined. -
AS_SELECTED
@RosettaEnumValue(value="AsSelected", displayName="As Selected") public static final ValuationDateDateEnum AS_SELECTEDAs Selected.
-
-
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<ValuationDateDateEnum>
-
toDisplayString
-