public enum BillingTermSchemeEffectiveDate extends java.lang.Enum<BillingTermSchemeEffectiveDate> implements ICRMLookupEnum
| Enum Constant and Description | 
|---|
| ACTION_PERFORMED_DATE | 
| ACTION_PERFORMED_DATE_PLUS_UOTDeprecated.  | 
| AGREEMENT_DATE | 
| AGREEMENT_DATE_PLUS_UOTDeprecated.  | 
| BINDING_START_DATE | 
| BINDING_START_DATE_PLUS_UOTDeprecated.  | 
| SRV_INITIAL_EFF_DATEDeprecated.  | 
| SRV_INITIAL_EFF_DATE_PLUS_UOTDeprecated.  | 
| SRV_LATEST_EFF_DATEDeprecated.  | 
| SRV_LATEST_EFF_DATE_PLUS_UOTDeprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getLabel() | 
| static BillingTermSchemeEffectiveDate | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static BillingTermSchemeEffectiveDate[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final BillingTermSchemeEffectiveDate ACTION_PERFORMED_DATE
@Deprecated public static final BillingTermSchemeEffectiveDate ACTION_PERFORMED_DATE_PLUS_UOT
@Deprecated public static final BillingTermSchemeEffectiveDate SRV_INITIAL_EFF_DATE
@Deprecated public static final BillingTermSchemeEffectiveDate SRV_INITIAL_EFF_DATE_PLUS_UOT
@Deprecated public static final BillingTermSchemeEffectiveDate SRV_LATEST_EFF_DATE
@Deprecated public static final BillingTermSchemeEffectiveDate SRV_LATEST_EFF_DATE_PLUS_UOT
public static final BillingTermSchemeEffectiveDate BINDING_START_DATE
@Deprecated public static final BillingTermSchemeEffectiveDate BINDING_START_DATE_PLUS_UOT
public static final BillingTermSchemeEffectiveDate AGREEMENT_DATE
@Deprecated public static final BillingTermSchemeEffectiveDate AGREEMENT_DATE_PLUS_UOT
public static BillingTermSchemeEffectiveDate[] values()
for (BillingTermSchemeEffectiveDate c : BillingTermSchemeEffectiveDate.values()) System.out.println(c);
public static BillingTermSchemeEffectiveDate valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getLabel()
getLabel in interface ICRMLookupEnum