Uses of Class
org.globus.mds.glue.RunTimeEnvironmentType

Packages that use RunTimeEnvironmentType
org.globus.mds.glue   
 

Uses of RunTimeEnvironmentType in org.globus.mds.glue
 

Fields in org.globus.mds.glue declared as RunTimeEnvironmentType
private  RunTimeEnvironmentType[] ApplicationSoftwareType.runTimeEnvironment
           
 

Methods in org.globus.mds.glue that return RunTimeEnvironmentType
 RunTimeEnvironmentType[] ApplicationSoftwareType.getRunTimeEnvironment()
          Gets the runTimeEnvironment value for this ApplicationSoftwareType.
 RunTimeEnvironmentType ApplicationSoftwareType.getRunTimeEnvironment(int i)
           
 

Methods in org.globus.mds.glue with parameters of type RunTimeEnvironmentType
 void ApplicationSoftwareType.setRunTimeEnvironment(RunTimeEnvironmentType[] runTimeEnvironment)
          Sets the runTimeEnvironment value for this ApplicationSoftwareType.
 void ApplicationSoftwareType.setRunTimeEnvironment(int i, RunTimeEnvironmentType _value)
           
 

Constructors in org.globus.mds.glue with parameters of type RunTimeEnvironmentType
ApplicationSoftwareType(org.apache.axis.message.MessageElement[] _any, RunTimeEnvironmentType[] runTimeEnvironment)