Uses of Interface
org.decisiondeck.jmcda.persist.xmcda2.generated.XParameter

Packages that use XParameter
org.decisiondeck.jmcda.persist.xmcda2 Classes to export to and import from XMCDA documents
org.decisiondeck.jmcda.persist.xmcda2.generated   
org.decisiondeck.jmcda.persist.xmcda2.generated.impl   
 

Uses of XParameter in org.decisiondeck.jmcda.persist.xmcda2
 

Methods in org.decisiondeck.jmcda.persist.xmcda2 that return XParameter
 XParameter XMCDAVarious.writeAsParameter(double value)
          Retrieves the given value as an XMCDA fragment.
 XParameter XMCDAVarious.writeAsParameter(String value)
          Retrieves the given value as an XMCDA fragment.
 

Methods in org.decisiondeck.jmcda.persist.xmcda2 with parameters of type XParameter
 Double XMCDAVarious.readDouble(XParameter xParameter)
           Retrieves the number embedded in the given fragment.
 String XMCDAVarious.readLabel(XParameter xParameter)
           Retrieves the label embedded in the given fragment.
 

Uses of XParameter in org.decisiondeck.jmcda.persist.xmcda2.generated
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return XParameter
 XParameter XMethodParameters.addNewParameter()
          Appends and returns a new empty value (as xml) as the last "parameter" element
 XParameter XParameters.addNewParameter()
          Appends and returns a new empty value (as xml) as the last "parameter" element
 XParameter[] XMethodParameters.getParameterArray()
          Deprecated.  
 XParameter[] XParameters.getParameterArray()
          Deprecated.  
 XParameter XMethodParameters.getParameterArray(int i)
          Gets ith "parameter" element
 XParameter XParameters.getParameterArray(int i)
          Gets ith "parameter" element
 XParameter XMethodParameters.insertNewParameter(int i)
          Inserts and returns a new empty value (as xml) as the ith "parameter" element
 XParameter XParameters.insertNewParameter(int i)
          Inserts and returns a new empty value (as xml) as the ith "parameter" element
static XParameter XParameter.Factory.newInstance()
           
static XParameter XParameter.Factory.newInstance(XmlOptions options)
           
static XParameter XParameter.Factory.parse(File file)
           
static XParameter XParameter.Factory.parse(File file, XmlOptions options)
           
static XParameter XParameter.Factory.parse(InputStream is)
           
static XParameter XParameter.Factory.parse(InputStream is, XmlOptions options)
           
static XParameter XParameter.Factory.parse(Node node)
           
static XParameter XParameter.Factory.parse(Node node, XmlOptions options)
           
static XParameter XParameter.Factory.parse(Reader r)
           
static XParameter XParameter.Factory.parse(Reader r, XmlOptions options)
           
static XParameter XParameter.Factory.parse(String xmlAsString)
           
static XParameter XParameter.Factory.parse(String xmlAsString, XmlOptions options)
           
static XParameter XParameter.Factory.parse(URL u)
           
static XParameter XParameter.Factory.parse(URL u, XmlOptions options)
           
static XParameter XParameter.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static XParameter XParameter.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)
          Deprecated. XMLInputStream
static XParameter XParameter.Factory.parse(XMLStreamReader sr)
           
static XParameter XParameter.Factory.parse(XMLStreamReader sr, XmlOptions options)
           
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return types with arguments of type XParameter
 List<XParameter> XMethodParameters.getParameterList()
          Gets a List of "parameter" elements
 List<XParameter> XParameters.getParameterList()
          Gets a List of "parameter" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated with parameters of type XParameter
 void XMethodParameters.setParameterArray(int i, XParameter parameter)
          Sets ith "parameter" element
 void XParameters.setParameterArray(int i, XParameter parameter)
          Sets ith "parameter" element
 void XMethodParameters.setParameterArray(XParameter[] parameterArray)
          Sets array of all "parameter" element
 void XParameters.setParameterArray(XParameter[] parameterArray)
          Sets array of all "parameter" element
 

Uses of XParameter in org.decisiondeck.jmcda.persist.xmcda2.generated.impl
 

Classes in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that implement XParameter
 class XParameterImpl
          An XML parameter(@http://www.decision-deck.org/2009/XMCDA-2.1.0).
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return XParameter
 XParameter XMethodParametersImpl.addNewParameter()
          Appends and returns a new empty value (as xml) as the last "parameter" element
 XParameter XParametersImpl.addNewParameter()
          Appends and returns a new empty value (as xml) as the last "parameter" element
 XParameter[] XMethodParametersImpl.getParameterArray()
          Deprecated.  
 XParameter[] XParametersImpl.getParameterArray()
          Deprecated.  
 XParameter XMethodParametersImpl.getParameterArray(int i)
          Gets ith "parameter" element
 XParameter XParametersImpl.getParameterArray(int i)
          Gets ith "parameter" element
 XParameter XMethodParametersImpl.insertNewParameter(int i)
          Inserts and returns a new empty value (as xml) as the ith "parameter" element
 XParameter XParametersImpl.insertNewParameter(int i)
          Inserts and returns a new empty value (as xml) as the ith "parameter" element
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return types with arguments of type XParameter
 List<XParameter> XMethodParametersImpl.getParameterList()
          Gets a List of "parameter" elements
 List<XParameter> XParametersImpl.getParameterList()
          Gets a List of "parameter" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl with parameters of type XParameter
 void XMethodParametersImpl.setParameterArray(int i, XParameter parameter)
          Sets ith "parameter" element
 void XParametersImpl.setParameterArray(int i, XParameter parameter)
          Sets ith "parameter" element
 void XMethodParametersImpl.setParameterArray(XParameter[] parameterArray)
          Sets array of all "parameter" element
 void XParametersImpl.setParameterArray(XParameter[] parameterArray)
          Sets array of all "parameter" element
 



Copyright © 2011. All Rights Reserved.