|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XAlternative | |
|---|---|
| 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 XAlternative in org.decisiondeck.jmcda.persist.xmcda2 |
|---|
| Methods in org.decisiondeck.jmcda.persist.xmcda2 with parameters of type XAlternative | |
|---|---|
Alternative |
XMCDAAlternatives.read(XAlternative xAlternative)
Returns an alternative corresponding to the given XMCDA alternative. |
| Uses of XAlternative in org.decisiondeck.jmcda.persist.xmcda2.generated |
|---|
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return XAlternative | |
|---|---|
XAlternative |
XAlternatives.addNewAlternative()
Appends and returns a new empty value (as xml) as the last "alternative" element |
XAlternative[] |
XAlternatives.getAlternativeArray()
Deprecated. |
XAlternative |
XAlternatives.getAlternativeArray(int i)
Gets ith "alternative" element |
XAlternative |
XAlternatives.insertNewAlternative(int i)
Inserts and returns a new empty value (as xml) as the ith "alternative" element |
static XAlternative |
XAlternative.Factory.newInstance()
|
static XAlternative |
XAlternative.Factory.newInstance(XmlOptions options)
|
static XAlternative |
XAlternative.Factory.parse(File file)
|
static XAlternative |
XAlternative.Factory.parse(File file,
XmlOptions options)
|
static XAlternative |
XAlternative.Factory.parse(InputStream is)
|
static XAlternative |
XAlternative.Factory.parse(InputStream is,
XmlOptions options)
|
static XAlternative |
XAlternative.Factory.parse(Node node)
|
static XAlternative |
XAlternative.Factory.parse(Node node,
XmlOptions options)
|
static XAlternative |
XAlternative.Factory.parse(Reader r)
|
static XAlternative |
XAlternative.Factory.parse(Reader r,
XmlOptions options)
|
static XAlternative |
XAlternative.Factory.parse(String xmlAsString)
|
static XAlternative |
XAlternative.Factory.parse(String xmlAsString,
XmlOptions options)
|
static XAlternative |
XAlternative.Factory.parse(URL u)
|
static XAlternative |
XAlternative.Factory.parse(URL u,
XmlOptions options)
|
static XAlternative |
XAlternative.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static XAlternative |
XAlternative.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
XmlOptions options)
Deprecated. XMLInputStream |
static XAlternative |
XAlternative.Factory.parse(XMLStreamReader sr)
|
static XAlternative |
XAlternative.Factory.parse(XMLStreamReader sr,
XmlOptions options)
|
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return types with arguments of type XAlternative | |
|---|---|
List<XAlternative> |
XAlternatives.getAlternativeList()
Gets a List of "alternative" elements |
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated with parameters of type XAlternative | |
|---|---|
void |
XAlternatives.setAlternativeArray(int i,
XAlternative alternative)
Sets ith "alternative" element |
void |
XAlternatives.setAlternativeArray(XAlternative[] alternativeArray)
Sets array of all "alternative" element |
| Uses of XAlternative in org.decisiondeck.jmcda.persist.xmcda2.generated.impl |
|---|
| Classes in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that implement XAlternative | |
|---|---|
class |
XAlternativeImpl
An XML alternative(@http://www.decision-deck.org/2009/XMCDA-2.1.0). |
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return XAlternative | |
|---|---|
XAlternative |
XAlternativesImpl.addNewAlternative()
Appends and returns a new empty value (as xml) as the last "alternative" element |
XAlternative[] |
XAlternativesImpl.getAlternativeArray()
Deprecated. |
XAlternative |
XAlternativesImpl.getAlternativeArray(int i)
Gets ith "alternative" element |
XAlternative |
XAlternativesImpl.insertNewAlternative(int i)
Inserts and returns a new empty value (as xml) as the ith "alternative" element |
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return types with arguments of type XAlternative | |
|---|---|
List<XAlternative> |
XAlternativesImpl.getAlternativeList()
Gets a List of "alternative" elements |
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl with parameters of type XAlternative | |
|---|---|
void |
XAlternativesImpl.setAlternativeArray(int i,
XAlternative alternative)
Sets ith "alternative" element |
void |
XAlternativesImpl.setAlternativeArray(XAlternative[] alternativeArray)
Sets array of all "alternative" element |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||