Uses of Class
org.apache.airavata.experiment.execution.NameValuePairType

Uses of NameValuePairType in org.apache.airavata.experiment.execution
 

Fields in org.apache.airavata.experiment.execution with type parameters of type NameValuePairType
 List<NameValuePairType> NodeSettings.nameValuePairList
           
 

Methods in org.apache.airavata.experiment.execution that return NameValuePairType
 NameValuePairType NameValuePairType.deepCopy()
           
 NameValuePairType NameValuePairType.setDescription(String description)
           
 NameValuePairType NameValuePairType.setName(String name)
           
 NameValuePairType NameValuePairType.setValue(String value)
           
 

Methods in org.apache.airavata.experiment.execution that return types with arguments of type NameValuePairType
 List<NameValuePairType> NodeSettings.getNameValuePairList()
           
 Iterator<NameValuePairType> NodeSettings.getNameValuePairListIterator()
           
 

Methods in org.apache.airavata.experiment.execution with parameters of type NameValuePairType
 void NodeSettings.addToNameValuePairList(NameValuePairType elem)
           
 int NameValuePairType.compareTo(NameValuePairType other)
           
 boolean NameValuePairType.equals(NameValuePairType that)
           
 

Method parameters in org.apache.airavata.experiment.execution with type arguments of type NameValuePairType
 NodeSettings NodeSettings.setNameValuePairList(List<NameValuePairType> nameValuePairList)
           
 

Constructors in org.apache.airavata.experiment.execution with parameters of type NameValuePairType
NameValuePairType(NameValuePairType other)
          Performs a deep copy on other.
 



Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.