org.opencrx.kernel.depot1.cci2
Enum CreateBookingByPositionParams.Member
java.lang.Object
java.lang.Enum<CreateBookingByPositionParams.Member>
org.opencrx.kernel.depot1.cci2.CreateBookingByPositionParams.Member
- All Implemented Interfaces:
- Serializable, Comparable<CreateBookingByPositionParams.Member>
- Enclosing interface:
- CreateBookingByPositionParams
public static enum CreateBookingByPositionParams.Member
- extends Enum<CreateBookingByPositionParams.Member>
The structure's members
bookingText
public static final CreateBookingByPositionParams.Member bookingText
bookingTextName
public static final CreateBookingByPositionParams.Member bookingTextName
bookingType
public static final CreateBookingByPositionParams.Member bookingType
origin
public static final CreateBookingByPositionParams.Member origin
positionCredit
public static final CreateBookingByPositionParams.Member positionCredit
positionDebit
public static final CreateBookingByPositionParams.Member positionDebit
quantity
public static final CreateBookingByPositionParams.Member quantity
reversalOf
public static final CreateBookingByPositionParams.Member reversalOf
valueDate
public static final CreateBookingByPositionParams.Member valueDate
values
public static CreateBookingByPositionParams.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 (CreateBookingByPositionParams.Member c : CreateBookingByPositionParams.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 CreateBookingByPositionParams.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-2012, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.