|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NegotiationRoleType.Enum | |
---|---|
org.ogf.schemas.graap.wsAgreement.negotiation | |
org.ogf.schemas.graap.wsAgreement.negotiation.impl |
Uses of NegotiationRoleType.Enum in org.ogf.schemas.graap.wsAgreement.negotiation |
---|
Fields in org.ogf.schemas.graap.wsAgreement.negotiation declared as NegotiationRoleType.Enum | |
---|---|
static NegotiationRoleType.Enum |
NegotiationRoleType.NEGOTIATION_INITIATOR
|
static NegotiationRoleType.Enum |
NegotiationRoleType.NEGOTIATION_RESPONDER
|
Methods in org.ogf.schemas.graap.wsAgreement.negotiation that return NegotiationRoleType.Enum | |
---|---|
static NegotiationRoleType.Enum |
NegotiationRoleType.Enum.forInt(int i)
Returns the enum value corresponding to an int, or null if none. |
static NegotiationRoleType.Enum |
NegotiationRoleType.Enum.forString(String s)
Returns the enum value for a string, or null if none. |
NegotiationRoleType.Enum |
NegotiationContextType.getAgreementResponder()
Gets the "AgreementResponder" element |
NegotiationRoleType.Enum |
NegotiationOfferContextType.getCreator()
Gets the "Creator" element |
Methods in org.ogf.schemas.graap.wsAgreement.negotiation with parameters of type NegotiationRoleType.Enum | |
---|---|
void |
NegotiationContextType.setAgreementResponder(NegotiationRoleType.Enum agreementResponder)
Sets the "AgreementResponder" element |
void |
NegotiationOfferContextType.setCreator(NegotiationRoleType.Enum creator)
Sets the "Creator" element |
Uses of NegotiationRoleType.Enum in org.ogf.schemas.graap.wsAgreement.negotiation.impl |
---|
Methods in org.ogf.schemas.graap.wsAgreement.negotiation.impl that return NegotiationRoleType.Enum | |
---|---|
NegotiationRoleType.Enum |
NegotiationContextTypeImpl.getAgreementResponder()
Gets the "AgreementResponder" element |
NegotiationRoleType.Enum |
NegotiationOfferContextTypeImpl.getCreator()
Gets the "Creator" element |
Methods in org.ogf.schemas.graap.wsAgreement.negotiation.impl with parameters of type NegotiationRoleType.Enum | |
---|---|
void |
NegotiationContextTypeImpl.setAgreementResponder(NegotiationRoleType.Enum agreementResponder)
Sets the "AgreementResponder" element |
void |
NegotiationOfferContextTypeImpl.setCreator(NegotiationRoleType.Enum creator)
Sets the "Creator" element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |