org.opencrx.kernel.activity1.cci2
Enum ResourceAddExpenseRecordParams.Member
java.lang.Object
java.lang.Enum<ResourceAddExpenseRecordParams.Member>
org.opencrx.kernel.activity1.cci2.ResourceAddExpenseRecordParams.Member
- All Implemented Interfaces:
- Serializable, Comparable<ResourceAddExpenseRecordParams.Member>
- Enclosing interface:
- ResourceAddExpenseRecordParams
public static enum ResourceAddExpenseRecordParams.Member
- extends Enum<ResourceAddExpenseRecordParams.Member>
The structure's members
activity
public static final ResourceAddExpenseRecordParams.Member activity
depotSelector
public static final ResourceAddExpenseRecordParams.Member depotSelector
description
public static final ResourceAddExpenseRecordParams.Member description
endAt
public static final ResourceAddExpenseRecordParams.Member endAt
isBillable
public static final ResourceAddExpenseRecordParams.Member isBillable
isReimbursable
public static final ResourceAddExpenseRecordParams.Member isReimbursable
name
public static final ResourceAddExpenseRecordParams.Member name
paymentType
public static final ResourceAddExpenseRecordParams.Member paymentType
quantity
public static final ResourceAddExpenseRecordParams.Member quantity
quantityUom
public static final ResourceAddExpenseRecordParams.Member quantityUom
rate
public static final ResourceAddExpenseRecordParams.Member rate
rateCurrency
public static final ResourceAddExpenseRecordParams.Member rateCurrency
recordType
public static final ResourceAddExpenseRecordParams.Member recordType
startAt
public static final ResourceAddExpenseRecordParams.Member startAt
values
public static final ResourceAddExpenseRecordParams.Member[] 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(ResourceAddExpenseRecordParams.Member c : ResourceAddExpenseRecordParams.Member.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static ResourceAddExpenseRecordParams.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
This software is published under the BSD license. Copyright © 2003-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.