|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AgreementStateDefinition.Enum | |
---|---|
org.ogf.schemas.graap.wsAgreement | |
org.ogf.schemas.graap.wsAgreement.impl |
Uses of AgreementStateDefinition.Enum in org.ogf.schemas.graap.wsAgreement |
---|
Fields in org.ogf.schemas.graap.wsAgreement declared as AgreementStateDefinition.Enum | |
---|---|
static AgreementStateDefinition.Enum |
AgreementStateDefinition.COMPLETE
|
static AgreementStateDefinition.Enum |
AgreementStateDefinition.OBSERVED
|
static AgreementStateDefinition.Enum |
AgreementStateDefinition.OBSERVED_AND_TERMINATING
|
static AgreementStateDefinition.Enum |
AgreementStateDefinition.PENDING
|
static AgreementStateDefinition.Enum |
AgreementStateDefinition.PENDING_AND_TERMINATING
|
static AgreementStateDefinition.Enum |
AgreementStateDefinition.REJECTED
|
static AgreementStateDefinition.Enum |
AgreementStateDefinition.TERMINATED
|
Methods in org.ogf.schemas.graap.wsAgreement that return AgreementStateDefinition.Enum | |
---|---|
static AgreementStateDefinition.Enum |
AgreementStateDefinition.Enum.forInt(int i)
Returns the enum value corresponding to an int, or null if none. |
static AgreementStateDefinition.Enum |
AgreementStateDefinition.Enum.forString(String s)
Returns the enum value for a string, or null if none. |
AgreementStateDefinition.Enum |
AgreementStateType.getState()
Gets the "State" element |
Methods in org.ogf.schemas.graap.wsAgreement with parameters of type AgreementStateDefinition.Enum | |
---|---|
void |
AgreementStateType.setState(AgreementStateDefinition.Enum state)
Sets the "State" element |
Uses of AgreementStateDefinition.Enum in org.ogf.schemas.graap.wsAgreement.impl |
---|
Methods in org.ogf.schemas.graap.wsAgreement.impl that return AgreementStateDefinition.Enum | |
---|---|
AgreementStateDefinition.Enum |
AgreementStateTypeImpl.getState()
Gets the "State" element |
Methods in org.ogf.schemas.graap.wsAgreement.impl with parameters of type AgreementStateDefinition.Enum | |
---|---|
void |
AgreementStateTypeImpl.setState(AgreementStateDefinition.Enum state)
Sets the "State" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |