Uses of Class
com.ebmwebsourcing.agreement.definition.api.WSAgreementReader.FeatureConstants

Packages that use WSAgreementReader.FeatureConstants
com.ebmwebsourcing.agreement.definition.api   
com.ebmwebsourcing.agreement.definition.impl   
 

Uses of WSAgreementReader.FeatureConstants in com.ebmwebsourcing.agreement.definition.api
 

Methods in com.ebmwebsourcing.agreement.definition.api that return WSAgreementReader.FeatureConstants
static WSAgreementReader.FeatureConstants WSAgreementReader.FeatureConstants.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WSAgreementReader.FeatureConstants[] WSAgreementReader.FeatureConstants.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.ebmwebsourcing.agreement.definition.api that return types with arguments of type WSAgreementReader.FeatureConstants
 java.util.Map<WSAgreementReader.FeatureConstants,java.lang.Object> WSAgreementReader.getFeatures()
          Gets all features.
 

Methods in com.ebmwebsourcing.agreement.definition.api with parameters of type WSAgreementReader.FeatureConstants
 java.lang.Object WSAgreementReader.getFeature(WSAgreementReader.FeatureConstants name)
          Gets the value of the specified feature.
 void WSAgreementReader.setFeature(WSAgreementReader.FeatureConstants name, java.lang.Object value)
          Sets the specified feature to the specified value.
 

Uses of WSAgreementReader.FeatureConstants in com.ebmwebsourcing.agreement.definition.impl
 

Fields in com.ebmwebsourcing.agreement.definition.impl with type parameters of type WSAgreementReader.FeatureConstants
protected  java.util.Map<WSAgreementReader.FeatureConstants,java.lang.Object> AgreementTypeImpl.features
          Features
 

Methods in com.ebmwebsourcing.agreement.definition.impl that return types with arguments of type WSAgreementReader.FeatureConstants
 java.util.Map<WSAgreementReader.FeatureConstants,java.lang.Object> WSAgreementReaderImpl.getFeatures()
           
 

Methods in com.ebmwebsourcing.agreement.definition.impl with parameters of type WSAgreementReader.FeatureConstants
 java.lang.Object WSAgreementReaderImpl.getFeature(WSAgreementReader.FeatureConstants name)
           
 void WSAgreementReaderImpl.setFeature(WSAgreementReader.FeatureConstants name, java.lang.Object value)
           
 

Method parameters in com.ebmwebsourcing.agreement.definition.impl with type arguments of type WSAgreementReader.FeatureConstants
 void WSAgreementReaderImpl.setFeatures(java.util.Map<WSAgreementReader.FeatureConstants,java.lang.Object> features)
           
 

Constructor parameters in com.ebmwebsourcing.agreement.definition.impl with type arguments of type WSAgreementReader.FeatureConstants
AgreementImpl(java.net.URI baseURI, AgreementType model, java.util.Map<WSAgreementReader.FeatureConstants,java.lang.Object> features)
           
AgreementTemplateImpl(java.net.URI baseURI, AgreementTemplateType model, java.util.Map<WSAgreementReader.FeatureConstants,java.lang.Object> features)
           
AgreementTypeImpl(java.net.URI baseURI, A model, java.util.Map<WSAgreementReader.FeatureConstants,java.lang.Object> features)
           
 



Copyright © 2009 eBM Websourcing. All Rights Reserved.