Uses of Class
org.ogf.schemas.graap.wsAgreement.negotiation.NegotiationConstraintType.Enum

Packages that use NegotiationConstraintType.Enum
org.ogf.schemas.graap.wsAgreement.negotiation   
org.ogf.schemas.graap.wsAgreement.negotiation.impl   
 

Uses of NegotiationConstraintType.Enum in org.ogf.schemas.graap.wsAgreement.negotiation
 

Fields in org.ogf.schemas.graap.wsAgreement.negotiation declared as NegotiationConstraintType.Enum
static NegotiationConstraintType.Enum NegotiationConstraintType.OPTIONAL
           
static NegotiationConstraintType.Enum NegotiationConstraintType.REQUIRED
           
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation that return NegotiationConstraintType.Enum
static NegotiationConstraintType.Enum NegotiationConstraintType.Enum.forInt(int i)
          Returns the enum value corresponding to an int, or null if none.
static NegotiationConstraintType.Enum NegotiationConstraintType.Enum.forString(String s)
          Returns the enum value for a string, or null if none.
 NegotiationConstraintType.Enum NegotiationOfferItemType.getType()
          Gets the "Type" attribute
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation with parameters of type NegotiationConstraintType.Enum
 void NegotiationOfferItemType.setType(NegotiationConstraintType.Enum type)
          Sets the "Type" attribute
 

Uses of NegotiationConstraintType.Enum in org.ogf.schemas.graap.wsAgreement.negotiation.impl
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.impl that return NegotiationConstraintType.Enum
 NegotiationConstraintType.Enum NegotiationOfferItemTypeImpl.getType()
          Gets the "Type" attribute
 

Methods in org.ogf.schemas.graap.wsAgreement.negotiation.impl with parameters of type NegotiationConstraintType.Enum
 void NegotiationOfferItemTypeImpl.setType(NegotiationConstraintType.Enum type)
          Sets the "Type" attribute
 



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.