SAP CC 1.0
API 4.2 (Core)

com.highdeal.pnr.hci
Enum ExportableProperty

java.lang.Object
  extended by java.lang.Enum<ExportableProperty>
      extended by com.highdeal.pnr.hci.ExportableProperty
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ExportableProperty>

public enum ExportableProperty
extends java.lang.Enum<ExportableProperty>


Nested Class Summary
static class ExportableProperty.Level
           
 
Enum Constant Summary
ACCESSES
           
ADDITIONAL_INFO
           
CANCELLATION_DATE
           
CHARGE_CODE
           
COMMITMENT_EXPIRATION_DATE
           
COUNTER
           
EFFECTIVE_DATE
           
EXPIRATION_DATE
           
OFFER_CODE
           
PARAMETER
           
PRICEFREEZE_EFFECTIVE_DATE
           
PRICEFREEZE_EXPIRATION_DATE
           
RESUMPTION_DATE
           
STATUS
           
SUSPENSION_DATE
           
 
Method Summary
static java.util.List<ExportableProperty> getChargeExportableProperties()
           
static java.util.List<java.lang.String> getChargeExportablePropertiesAsString()
           
static ExportableProperty getExportableProperty(java.lang.String name)
           
 ExportableProperty.Level getLevel()
           
 java.lang.String getName()
           
static java.util.List<ExportableProperty> getSubscriptionExportableProperties()
           
static java.util.List<java.lang.String> getSubscriptionExportablePropertiesAsString()
           
 boolean isPrefix()
           
 java.lang.String toString()
           
static ExportableProperty valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ExportableProperty[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

STATUS

public static final ExportableProperty STATUS

CHARGE_CODE

public static final ExportableProperty CHARGE_CODE

ACCESSES

public static final ExportableProperty ACCESSES

OFFER_CODE

public static final ExportableProperty OFFER_CODE

PRICEFREEZE_EFFECTIVE_DATE

public static final ExportableProperty PRICEFREEZE_EFFECTIVE_DATE

PRICEFREEZE_EXPIRATION_DATE

public static final ExportableProperty PRICEFREEZE_EXPIRATION_DATE

COMMITMENT_EXPIRATION_DATE

public static final ExportableProperty COMMITMENT_EXPIRATION_DATE

EXPIRATION_DATE

public static final ExportableProperty EXPIRATION_DATE

SUSPENSION_DATE

public static final ExportableProperty SUSPENSION_DATE

RESUMPTION_DATE

public static final ExportableProperty RESUMPTION_DATE

EFFECTIVE_DATE

public static final ExportableProperty EFFECTIVE_DATE

CANCELLATION_DATE

public static final ExportableProperty CANCELLATION_DATE

COUNTER

public static final ExportableProperty COUNTER

PARAMETER

public static final ExportableProperty PARAMETER

ADDITIONAL_INFO

public static final ExportableProperty ADDITIONAL_INFO
Method Detail

values

public static final ExportableProperty[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(ExportableProperty c : ExportableProperty.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static ExportableProperty valueOf(java.lang.String name)
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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name

getName

public java.lang.String getName()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum<ExportableProperty>

getLevel

public ExportableProperty.Level getLevel()

isPrefix

public boolean isPrefix()

getExportableProperty

public static ExportableProperty getExportableProperty(java.lang.String name)

getSubscriptionExportableProperties

public static java.util.List<ExportableProperty> getSubscriptionExportableProperties()

getSubscriptionExportablePropertiesAsString

public static java.util.List<java.lang.String> getSubscriptionExportablePropertiesAsString()

getChargeExportableProperties

public static java.util.List<ExportableProperty> getChargeExportableProperties()

getChargeExportablePropertiesAsString

public static java.util.List<java.lang.String> getChargeExportablePropertiesAsString()

SAP CC 1.0
API 4.2 (Core)


API Reference - July 2009

SAP Convergent Charging 1.0 (build R4.2.1.35.0.0)
CONVERGENT CHARGING 4.2

(c) Copyright 2009 SAP AG. All rights reserved.