com.businessobjects.enterprise.program
Class EnvironmentVars

java.lang.Object
  extended bycom.businessobjects.enterprise.program.EnvironmentVars
All Implemented Interfaces:
java.io.Serializable

public class EnvironmentVars
extends java.lang.Object
implements java.io.Serializable

A collection of environment variables.

See Also:
Serialized Form

Constructor Summary
EnvironmentVars()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Internal Use Only.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Internal Use Only.
 EnvironmentVar[] getEnvironmentVar()
          Returns the array of EnvironmentVar objects.
 EnvironmentVar getEnvironmentVar(int i)
          Returns the EnvironmentVar object at the specified index position.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Internal Use Only.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Internal Use Only.
 int hashCode()
          Internal Use Only.
 void setEnvironmentVar(EnvironmentVar[] environmentVar)
          Sets the array of EnvironmentVar objects.
 void setEnvironmentVar(int i, EnvironmentVar value)
          Sets the EnvironmentVar object at the specified index position.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnvironmentVars

public EnvironmentVars()
Method Detail

getEnvironmentVar

public EnvironmentVar[] getEnvironmentVar()

Returns the array of EnvironmentVar objects.

Returns:
The array of EnvironmentVar objects.

setEnvironmentVar

public void setEnvironmentVar(EnvironmentVar[] environmentVar)

Sets the array of EnvironmentVar objects.

Parameters:
environmentVar - The array of EnvironmentVar objects.

getEnvironmentVar

public EnvironmentVar getEnvironmentVar(int i)

Returns the EnvironmentVar object at the specified index position.

Parameters:
i - The index position.
Returns:
The EnvironmentVar object.

setEnvironmentVar

public void setEnvironmentVar(int i,
                              EnvironmentVar value)

Sets the EnvironmentVar object at the specified index position.

Parameters:
i - The index position.
value - The EnvironmentVar object.

equals

public boolean equals(java.lang.Object obj)
Internal Use Only.


hashCode

public int hashCode()
Internal Use Only.


getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Internal Use Only.


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Internal Use Only.


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Internal Use Only.