org.opencrx.application.shop1.cci2
Enum ContractT.Member

java.lang.Object
  extended by java.lang.Enum<ContractT.Member>
      extended by org.opencrx.application.shop1.cci2.ContractT.Member
All Implemented Interfaces:
Serializable, Comparable<ContractT.Member>
Enclosing interface:
ContractT

public static enum ContractT.Member
extends Enum<ContractT.Member>

The structure's members


Enum Constant Summary
activeOn
           
billingPartner
           
billingPartnerRegistrationId
           
cancelOn
           
closedOn
           
contractCurrency
           
contractNumber
           
contractStatus
           
customerNumber
           
expiresOn
           
externalId
           
position
           
postalAddressDelivery
           
postalAddressInvoice
           
totalAmount
           
totalAmountIncludingTax
           
totalBaseAmount
           
totalDiscountAmount
           
totalTaxAmount
           
 
Method Summary
static ContractT.Member valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContractT.Member[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

activeOn

public static final ContractT.Member activeOn

billingPartner

public static final ContractT.Member billingPartner

billingPartnerRegistrationId

public static final ContractT.Member billingPartnerRegistrationId

cancelOn

public static final ContractT.Member cancelOn

closedOn

public static final ContractT.Member closedOn

contractCurrency

public static final ContractT.Member contractCurrency

contractNumber

public static final ContractT.Member contractNumber

contractStatus

public static final ContractT.Member contractStatus

customerNumber

public static final ContractT.Member customerNumber

expiresOn

public static final ContractT.Member expiresOn

externalId

public static final ContractT.Member externalId

position

public static final ContractT.Member position

postalAddressDelivery

public static final ContractT.Member postalAddressDelivery

postalAddressInvoice

public static final ContractT.Member postalAddressInvoice

totalAmount

public static final ContractT.Member totalAmount

totalAmountIncludingTax

public static final ContractT.Member totalAmountIncludingTax

totalBaseAmount

public static final ContractT.Member totalBaseAmount

totalDiscountAmount

public static final ContractT.Member totalDiscountAmount

totalTaxAmount

public static final ContractT.Member totalTaxAmount
Method Detail

values

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

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

valueOf

public static ContractT.Member valueOf(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.