Uses of Interface
org.ggf.schemas.jsdl.x2005.x11.jsdlPosix.EnvironmentType

Packages that use EnvironmentType
org.ggf.schemas.jsdl.x2005.x11.jsdlPosix   
org.ggf.schemas.jsdl.x2005.x11.jsdlPosix.impl   
org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd   
org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd.impl   
 

Uses of EnvironmentType in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix that return EnvironmentType
 EnvironmentType POSIXApplicationType.addNewEnvironment()
          Appends and returns a new empty value (as xml) as the last "Environment" element
 EnvironmentType EnvironmentDocument.addNewEnvironment()
          Appends and returns a new empty "Environment" element
 EnvironmentType EnvironmentDocument.getEnvironment()
          Gets the "Environment" element
 EnvironmentType[] POSIXApplicationType.getEnvironmentArray()
          Gets array of all "Environment" elements
 EnvironmentType POSIXApplicationType.getEnvironmentArray(int i)
          Gets ith "Environment" element
 EnvironmentType POSIXApplicationType.insertNewEnvironment(int i)
          Inserts and returns a new empty value (as xml) as the ith "Environment" element
static EnvironmentType EnvironmentType.Factory.newInstance()
           
static EnvironmentType EnvironmentType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static EnvironmentType EnvironmentType.Factory.parse(File file)
           
static EnvironmentType EnvironmentType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static EnvironmentType EnvironmentType.Factory.parse(InputStream is)
           
static EnvironmentType EnvironmentType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static EnvironmentType EnvironmentType.Factory.parse(Node node)
           
static EnvironmentType EnvironmentType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static EnvironmentType EnvironmentType.Factory.parse(Reader r)
           
static EnvironmentType EnvironmentType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static EnvironmentType EnvironmentType.Factory.parse(String xmlAsString)
           
static EnvironmentType EnvironmentType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static EnvironmentType EnvironmentType.Factory.parse(URL u)
           
static EnvironmentType EnvironmentType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static EnvironmentType EnvironmentType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static EnvironmentType EnvironmentType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static EnvironmentType EnvironmentType.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static EnvironmentType EnvironmentType.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix with parameters of type EnvironmentType
 void EnvironmentDocument.setEnvironment(EnvironmentType environment)
          Sets the "Environment" element
 void POSIXApplicationType.setEnvironmentArray(EnvironmentType[] environmentArray)
          Sets array of all "Environment" element
 void POSIXApplicationType.setEnvironmentArray(int i, EnvironmentType environment)
          Sets ith "Environment" element
 

Uses of EnvironmentType in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix.impl
 

Classes in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix.impl that implement EnvironmentType
 class EnvironmentTypeImpl
          An XML Environment_Type(@http://schemas.ggf.org/jsdl/2005/11/jsdl-posix).
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix.impl that return EnvironmentType
 EnvironmentType POSIXApplicationTypeImpl.addNewEnvironment()
          Appends and returns a new empty value (as xml) as the last "Environment" element
 EnvironmentType EnvironmentDocumentImpl.addNewEnvironment()
          Appends and returns a new empty "Environment" element
 EnvironmentType EnvironmentDocumentImpl.getEnvironment()
          Gets the "Environment" element
 EnvironmentType[] POSIXApplicationTypeImpl.getEnvironmentArray()
          Gets array of all "Environment" elements
 EnvironmentType POSIXApplicationTypeImpl.getEnvironmentArray(int i)
          Gets ith "Environment" element
 EnvironmentType POSIXApplicationTypeImpl.insertNewEnvironment(int i)
          Inserts and returns a new empty value (as xml) as the ith "Environment" element
 

Methods in org.ggf.schemas.jsdl.x2005.x11.jsdlPosix.impl with parameters of type EnvironmentType
 void EnvironmentDocumentImpl.setEnvironment(EnvironmentType environment)
          Sets the "Environment" element
 void POSIXApplicationTypeImpl.setEnvironmentArray(EnvironmentType[] environmentArray)
          Sets array of all "Environment" element
 void POSIXApplicationTypeImpl.setEnvironmentArray(int i, EnvironmentType environment)
          Sets ith "Environment" element
 

Uses of EnvironmentType in org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd
 

Methods in org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd that return EnvironmentType
 EnvironmentType SPMDApplicationType.addNewEnvironment()
          Appends and returns a new empty value (as xml) as the last "Environment" element
 EnvironmentType[] SPMDApplicationType.getEnvironmentArray()
          Gets array of all "Environment" elements
 EnvironmentType SPMDApplicationType.getEnvironmentArray(int i)
          Gets ith "Environment" element
 EnvironmentType SPMDApplicationType.insertNewEnvironment(int i)
          Inserts and returns a new empty value (as xml) as the ith "Environment" element
 

Methods in org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd with parameters of type EnvironmentType
 void SPMDApplicationType.setEnvironmentArray(EnvironmentType[] environmentArray)
          Sets array of all "Environment" element
 void SPMDApplicationType.setEnvironmentArray(int i, EnvironmentType environment)
          Sets ith "Environment" element
 

Uses of EnvironmentType in org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd.impl
 

Methods in org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd.impl that return EnvironmentType
 EnvironmentType SPMDApplicationTypeImpl.addNewEnvironment()
          Appends and returns a new empty value (as xml) as the last "Environment" element
 EnvironmentType[] SPMDApplicationTypeImpl.getEnvironmentArray()
          Gets array of all "Environment" elements
 EnvironmentType SPMDApplicationTypeImpl.getEnvironmentArray(int i)
          Gets ith "Environment" element
 EnvironmentType SPMDApplicationTypeImpl.insertNewEnvironment(int i)
          Inserts and returns a new empty value (as xml) as the ith "Environment" element
 

Methods in org.ogf.schemas.jsdl.x2007.x02.jsdlSpmd.impl with parameters of type EnvironmentType
 void SPMDApplicationTypeImpl.setEnvironmentArray(EnvironmentType[] environmentArray)
          Sets array of all "Environment" element
 void SPMDApplicationTypeImpl.setEnvironmentArray(int i, EnvironmentType environment)
          Sets ith "Environment" element
 



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.