Uses of Class
com.ebmwebsourcing.wsstar.qml.api.WSQMLReader.FeatureConstants

Packages that use WSQMLReader.FeatureConstants
com.ebmwebsourcing.wsstar.qml.api   
com.ebmwebsourcing.wsstar.qml.impl   
 

Uses of WSQMLReader.FeatureConstants in com.ebmwebsourcing.wsstar.qml.api
 

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

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

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

Uses of WSQMLReader.FeatureConstants in com.ebmwebsourcing.wsstar.qml.impl
 

Fields in com.ebmwebsourcing.wsstar.qml.impl with type parameters of type WSQMLReader.FeatureConstants
protected  java.util.Map<WSQMLReader.FeatureConstants,java.lang.Object> QOSDimensionImpl.features
          Features
protected  java.util.Map<WSQMLReader.FeatureConstants,java.lang.Object> ConstraintImpl.features
          Features
protected  java.util.Map<WSQMLReader.FeatureConstants,java.lang.Object> EquivalentToImpl.features
           
 

Methods in com.ebmwebsourcing.wsstar.qml.impl that return types with arguments of type WSQMLReader.FeatureConstants
 java.util.Map<WSQMLReader.FeatureConstants,java.lang.Object> WSQMLReaderImpl.getFeatures()
           
 

Methods in com.ebmwebsourcing.wsstar.qml.impl with parameters of type WSQMLReader.FeatureConstants
 java.lang.Object WSQMLReaderImpl.getFeature(WSQMLReader.FeatureConstants name)
           
 void WSQMLReaderImpl.setFeature(WSQMLReader.FeatureConstants name, java.lang.Object value)
           
 

Method parameters in com.ebmwebsourcing.wsstar.qml.impl with type arguments of type WSQMLReader.FeatureConstants
 void WSQMLReaderImpl.setFeatures(java.util.Map<WSQMLReader.FeatureConstants,java.lang.Object> features)
           
 

Constructor parameters in com.ebmwebsourcing.wsstar.qml.impl with type arguments of type WSQMLReader.FeatureConstants
ConstraintImpl(java.net.URI baseURI, ConstraintType model, java.util.Map<WSQMLReader.FeatureConstants,java.lang.Object> features)
           
EquivalentToImpl(java.net.URI baseURI, EquivalentTo model, java.util.Map<WSQMLReader.FeatureConstants,java.lang.Object> features)
           
QOSDimensionImpl(java.net.URI baseURI, QoSDimension model, java.util.Map<WSQMLReader.FeatureConstants,java.lang.Object> features)
           
 



Copyright © 2009 eBM Websourcing. All Rights Reserved.