org.apache.airavata.experiment.execution
Class WorkflowOutputDataSettings

java.lang.Object
  extended by org.apache.airavata.experiment.execution.WorkflowOutputDataSettings
All Implemented Interfaces:
Serializable, Cloneable, Comparable<WorkflowOutputDataSettings>, org.apache.thrift.TBase<WorkflowOutputDataSettings,WorkflowOutputDataSettings._Fields>

public class WorkflowOutputDataSettings
extends Object
implements org.apache.thrift.TBase<WorkflowOutputDataSettings,WorkflowOutputDataSettings._Fields>, Serializable, Cloneable, Comparable<WorkflowOutputDataSettings>

See Also:
Serialized Form

Nested Class Summary
static class WorkflowOutputDataSettings._Fields
          The set of fields this struct contains, along with convenience methods for finding and manipulating them.
 
Field Summary
static Map<WorkflowOutputDataSettings._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
           
 List<OutputDataSettings> outputDataSettingsList
           
 
Constructor Summary
WorkflowOutputDataSettings()
           
WorkflowOutputDataSettings(WorkflowOutputDataSettings other)
          Performs a deep copy on other.
 
Method Summary
 void addToOutputDataSettingsList(OutputDataSettings elem)
           
 void clear()
           
 int compareTo(WorkflowOutputDataSettings other)
           
 WorkflowOutputDataSettings deepCopy()
           
 boolean equals(Object that)
           
 boolean equals(WorkflowOutputDataSettings that)
           
 WorkflowOutputDataSettings._Fields fieldForId(int fieldId)
           
 Object getFieldValue(WorkflowOutputDataSettings._Fields field)
           
 List<OutputDataSettings> getOutputDataSettingsList()
           
 Iterator<OutputDataSettings> getOutputDataSettingsListIterator()
           
 int getOutputDataSettingsListSize()
           
 int hashCode()
           
 boolean isSet(WorkflowOutputDataSettings._Fields field)
          Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
 boolean isSetOutputDataSettingsList()
          Returns true if field outputDataSettingsList is set (has been assigned a value) and false otherwise
 void read(org.apache.thrift.protocol.TProtocol iprot)
           
 void setFieldValue(WorkflowOutputDataSettings._Fields field, Object value)
           
 WorkflowOutputDataSettings setOutputDataSettingsList(List<OutputDataSettings> outputDataSettingsList)
           
 void setOutputDataSettingsListIsSet(boolean value)
           
 String toString()
           
 void unsetOutputDataSettingsList()
           
 void validate()
           
 void write(org.apache.thrift.protocol.TProtocol oprot)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

outputDataSettingsList

public List<OutputDataSettings> outputDataSettingsList

metaDataMap

public static final Map<WorkflowOutputDataSettings._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail

WorkflowOutputDataSettings

public WorkflowOutputDataSettings()

WorkflowOutputDataSettings

public WorkflowOutputDataSettings(WorkflowOutputDataSettings other)
Performs a deep copy on other.

Method Detail

deepCopy

public WorkflowOutputDataSettings deepCopy()
Specified by:
deepCopy in interface org.apache.thrift.TBase<WorkflowOutputDataSettings,WorkflowOutputDataSettings._Fields>

clear

public void clear()
Specified by:
clear in interface org.apache.thrift.TBase<WorkflowOutputDataSettings,WorkflowOutputDataSettings._Fields>

getOutputDataSettingsListSize

public int getOutputDataSettingsListSize()

getOutputDataSettingsListIterator

public Iterator<OutputDataSettings> getOutputDataSettingsListIterator()

addToOutputDataSettingsList

public void addToOutputDataSettingsList(OutputDataSettings elem)

getOutputDataSettingsList

public List<OutputDataSettings> getOutputDataSettingsList()

setOutputDataSettingsList

public WorkflowOutputDataSettings setOutputDataSettingsList(List<OutputDataSettings> outputDataSettingsList)

unsetOutputDataSettingsList

public void unsetOutputDataSettingsList()

isSetOutputDataSettingsList

public boolean isSetOutputDataSettingsList()
Returns true if field outputDataSettingsList is set (has been assigned a value) and false otherwise


setOutputDataSettingsListIsSet

public void setOutputDataSettingsListIsSet(boolean value)

setFieldValue

public void setFieldValue(WorkflowOutputDataSettings._Fields field,
                          Object value)
Specified by:
setFieldValue in interface org.apache.thrift.TBase<WorkflowOutputDataSettings,WorkflowOutputDataSettings._Fields>

getFieldValue

public Object getFieldValue(WorkflowOutputDataSettings._Fields field)
Specified by:
getFieldValue in interface org.apache.thrift.TBase<WorkflowOutputDataSettings,WorkflowOutputDataSettings._Fields>

isSet

public boolean isSet(WorkflowOutputDataSettings._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise

Specified by:
isSet in interface org.apache.thrift.TBase<WorkflowOutputDataSettings,WorkflowOutputDataSettings._Fields>

equals

public boolean equals(Object that)
Overrides:
equals in class Object

equals

public boolean equals(WorkflowOutputDataSettings that)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

compareTo

public int compareTo(WorkflowOutputDataSettings other)
Specified by:
compareTo in interface Comparable<WorkflowOutputDataSettings>

fieldForId

public WorkflowOutputDataSettings._Fields fieldForId(int fieldId)
Specified by:
fieldForId in interface org.apache.thrift.TBase<WorkflowOutputDataSettings,WorkflowOutputDataSettings._Fields>

read

public void read(org.apache.thrift.protocol.TProtocol iprot)
          throws org.apache.thrift.TException
Specified by:
read in interface org.apache.thrift.TBase<WorkflowOutputDataSettings,WorkflowOutputDataSettings._Fields>
Throws:
org.apache.thrift.TException

write

public void write(org.apache.thrift.protocol.TProtocol oprot)
           throws org.apache.thrift.TException
Specified by:
write in interface org.apache.thrift.TBase<WorkflowOutputDataSettings,WorkflowOutputDataSettings._Fields>
Throws:
org.apache.thrift.TException

toString

public String toString()
Overrides:
toString in class Object

validate

public void validate()
              throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException


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