com.ebmwebsourcing.agreement.definition.api
Enum AgreementLifeCycle.State
java.lang.Object
java.lang.Enum<AgreementLifeCycle.State>
com.ebmwebsourcing.agreement.definition.api.AgreementLifeCycle.State
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<AgreementLifeCycle.State>
- Enclosing interface:
- AgreementLifeCycle
public static enum AgreementLifeCycle.State
- extends java.lang.Enum<AgreementLifeCycle.State>
| 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 |
OFFER_RECEIVE
public static final AgreementLifeCycle.State OFFER_RECEIVE
REJECTE
public static final AgreementLifeCycle.State REJECTE
PENDING
public static final AgreementLifeCycle.State PENDING
OBSERVE
public static final AgreementLifeCycle.State OBSERVE
COMPLETE
public static final AgreementLifeCycle.State COMPLETE
PENDING_AND_TERMINATING
public static final AgreementLifeCycle.State PENDING_AND_TERMINATING
OBSERVED_AND_TERMINATING
public static final AgreementLifeCycle.State OBSERVED_AND_TERMINATING
TERMINATE
public static final AgreementLifeCycle.State TERMINATE
values
public static final AgreementLifeCycle.State[] 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(AgreementLifeCycle.State c : AgreementLifeCycle.State.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static AgreementLifeCycle.State 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
value
public java.lang.String value()
equals
public boolean equals(java.lang.String val)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Enum<AgreementLifeCycle.State>
fromValue
public static AgreementLifeCycle.State fromValue(java.lang.String value)
Copyright © 2009 eBM Websourcing. All Rights Reserved.