public class BusinessDayConventionCode extends MMCode
Constant fields:
Modifier and Type | Field and Description |
---|---|
static BusinessDayConventionCode |
Following
The date will be the first following day that is a business day.
|
static BusinessDayConventionCode |
ModifiedFollowing
The date will be the first following day that is a business day unless
that day falls in the next calendar month, in which case that date will
be the first preceding day that is a business day.
|
static BusinessDayConventionCode |
Nearest
The date will be the first preceding day that is a business day unless
that day falls on a day other than a sunday or a monday, and will be the
first following day that is a business day, if the relevant date
otherwise falls on a sunday or a monday.
|
static BusinessDayConventionCode |
Preceding
The date will be the first preceding day that is a business day.
|
codeNameAttribute, ownerAttribute
checkNameFirstLetterUppercase, checkRemovalDateRegistrationStatus, constraintAttribute, definitionAttribute, docletAttribute, exampleAttribute, nameAttribute, registrationStatusAttribute, removalDateAttribute, semanticMarkupAttribute
nextVersionsAttribute, objectIdentifierAttribute, previousVersionAttribute
Modifier and Type | Method and Description |
---|---|
static MMCodeSet |
mmObject() |
static BusinessDayConventionCode |
valueOf(String codeName) |
static BusinessDayConventionCode[] |
values() |
getCodeName, getConstraint, getContainer, getDefinition, getDoclet, getExample, getMetamodel, getName, getNextVersions, getObjectIdentifier, getOwner, getPreviousVersion, getRegistrationStatus, getRemovalDate, getSemanticMarkup, metaType
public static final BusinessDayConventionCode Following
Constant fields:
public static final BusinessDayConventionCode ModifiedFollowing
Constant fields:
public static final BusinessDayConventionCode Preceding
Constant fields:
public static final BusinessDayConventionCode Nearest
Constant fields:
public static final MMCodeSet mmObject()
public static BusinessDayConventionCode valueOf(String codeName)
public static BusinessDayConventionCode[] values()
This software is licensed under GPL | Copyright 2017, Tools20022, László Bukodi | (Commercial licence also available)