|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XAttributeValue | |
|---|---|
| org.decisiondeck.jmcda.persist.xmcda2.generated | |
| org.decisiondeck.jmcda.persist.xmcda2.generated.impl | |
| Uses of XAttributeValue in org.decisiondeck.jmcda.persist.xmcda2.generated |
|---|
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return XAttributeValue | |
|---|---|
XAttributeValue |
XMCDADoc.XMCDA.addNewAttributeValue()
Appends and returns a new empty value (as xml) as the last "attributeValue" element |
XAttributeValue |
XAttributesValues.addNewAttributeValue()
Appends and returns a new empty value (as xml) as the last "attributeValue" element |
XAttributeValue[] |
XMCDADoc.XMCDA.getAttributeValueArray()
Deprecated. |
XAttributeValue[] |
XAttributesValues.getAttributeValueArray()
Deprecated. |
XAttributeValue |
XMCDADoc.XMCDA.getAttributeValueArray(int i)
Gets ith "attributeValue" element |
XAttributeValue |
XAttributesValues.getAttributeValueArray(int i)
Gets ith "attributeValue" element |
XAttributeValue |
XMCDADoc.XMCDA.insertNewAttributeValue(int i)
Inserts and returns a new empty value (as xml) as the ith "attributeValue" element |
XAttributeValue |
XAttributesValues.insertNewAttributeValue(int i)
Inserts and returns a new empty value (as xml) as the ith "attributeValue" element |
static XAttributeValue |
XAttributeValue.Factory.newInstance()
|
static XAttributeValue |
XAttributeValue.Factory.newInstance(XmlOptions options)
|
static XAttributeValue |
XAttributeValue.Factory.parse(File file)
|
static XAttributeValue |
XAttributeValue.Factory.parse(File file,
XmlOptions options)
|
static XAttributeValue |
XAttributeValue.Factory.parse(InputStream is)
|
static XAttributeValue |
XAttributeValue.Factory.parse(InputStream is,
XmlOptions options)
|
static XAttributeValue |
XAttributeValue.Factory.parse(Node node)
|
static XAttributeValue |
XAttributeValue.Factory.parse(Node node,
XmlOptions options)
|
static XAttributeValue |
XAttributeValue.Factory.parse(Reader r)
|
static XAttributeValue |
XAttributeValue.Factory.parse(Reader r,
XmlOptions options)
|
static XAttributeValue |
XAttributeValue.Factory.parse(String xmlAsString)
|
static XAttributeValue |
XAttributeValue.Factory.parse(String xmlAsString,
XmlOptions options)
|
static XAttributeValue |
XAttributeValue.Factory.parse(URL u)
|
static XAttributeValue |
XAttributeValue.Factory.parse(URL u,
XmlOptions options)
|
static XAttributeValue |
XAttributeValue.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated. XMLInputStream |
static XAttributeValue |
XAttributeValue.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
XmlOptions options)
Deprecated. XMLInputStream |
static XAttributeValue |
XAttributeValue.Factory.parse(XMLStreamReader sr)
|
static XAttributeValue |
XAttributeValue.Factory.parse(XMLStreamReader sr,
XmlOptions options)
|
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return types with arguments of type XAttributeValue | |
|---|---|
List<XAttributeValue> |
XMCDADoc.XMCDA.getAttributeValueList()
Gets a List of "attributeValue" elements |
List<XAttributeValue> |
XAttributesValues.getAttributeValueList()
Gets a List of "attributeValue" elements |
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated with parameters of type XAttributeValue | |
|---|---|
void |
XMCDADoc.XMCDA.setAttributeValueArray(int i,
XAttributeValue attributeValue)
Sets ith "attributeValue" element |
void |
XAttributesValues.setAttributeValueArray(int i,
XAttributeValue attributeValue)
Sets ith "attributeValue" element |
void |
XMCDADoc.XMCDA.setAttributeValueArray(XAttributeValue[] attributeValueArray)
Sets array of all "attributeValue" element |
void |
XAttributesValues.setAttributeValueArray(XAttributeValue[] attributeValueArray)
Sets array of all "attributeValue" element |
| Uses of XAttributeValue in org.decisiondeck.jmcda.persist.xmcda2.generated.impl |
|---|
| Classes in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that implement XAttributeValue | |
|---|---|
class |
XAttributeValueImpl
An XML attributeValue(@http://www.decision-deck.org/2009/XMCDA-2.1.0). |
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return XAttributeValue | |
|---|---|
XAttributeValue |
XMCDADocImpl.XMCDAImpl.addNewAttributeValue()
Appends and returns a new empty value (as xml) as the last "attributeValue" element |
XAttributeValue |
XAttributesValuesImpl.addNewAttributeValue()
Appends and returns a new empty value (as xml) as the last "attributeValue" element |
XAttributeValue[] |
XMCDADocImpl.XMCDAImpl.getAttributeValueArray()
Deprecated. |
XAttributeValue[] |
XAttributesValuesImpl.getAttributeValueArray()
Deprecated. |
XAttributeValue |
XMCDADocImpl.XMCDAImpl.getAttributeValueArray(int i)
Gets ith "attributeValue" element |
XAttributeValue |
XAttributesValuesImpl.getAttributeValueArray(int i)
Gets ith "attributeValue" element |
XAttributeValue |
XMCDADocImpl.XMCDAImpl.insertNewAttributeValue(int i)
Inserts and returns a new empty value (as xml) as the ith "attributeValue" element |
XAttributeValue |
XAttributesValuesImpl.insertNewAttributeValue(int i)
Inserts and returns a new empty value (as xml) as the ith "attributeValue" element |
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return types with arguments of type XAttributeValue | |
|---|---|
List<XAttributeValue> |
XMCDADocImpl.XMCDAImpl.getAttributeValueList()
Gets a List of "attributeValue" elements |
List<XAttributeValue> |
XAttributesValuesImpl.getAttributeValueList()
Gets a List of "attributeValue" elements |
| Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl with parameters of type XAttributeValue | |
|---|---|
void |
XMCDADocImpl.XMCDAImpl.setAttributeValueArray(int i,
XAttributeValue attributeValue)
Sets ith "attributeValue" element |
void |
XAttributesValuesImpl.setAttributeValueArray(int i,
XAttributeValue attributeValue)
Sets ith "attributeValue" element |
void |
XMCDADocImpl.XMCDAImpl.setAttributeValueArray(XAttributeValue[] attributeValueArray)
Sets array of all "attributeValue" element |
void |
XAttributesValuesImpl.setAttributeValueArray(XAttributeValue[] attributeValueArray)
Sets array of all "attributeValue" element |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||