Package | Description |
---|---|
org.springframework.schema.beans | |
org.springframework.schema.beans.impl |
Modifier and Type | Method and Description |
---|---|
ValueDocument.Value |
PropertyType.addNewValue()
Appends and returns a new empty "value" element
|
ValueDocument.Value |
ValueDocument.addNewValue()
Appends and returns a new empty "value" element
|
ValueDocument.Value |
KeyDocument.Key.addNewValue()
Appends and returns a new empty value (as xml) as the last "value" element
|
ValueDocument.Value |
ListOrSetType.addNewValue()
Appends and returns a new empty value (as xml) as the last "value" element
|
ValueDocument.Value |
ConstructorArgDocument.ConstructorArg.addNewValue()
Appends and returns a new empty "value" element
|
ValueDocument.Value |
EntryType.addNewValue()
Appends and returns a new empty value (as xml) as the last "value" element
|
ValueDocument.Value |
PropertyType.getValue()
Gets the "value" element
|
ValueDocument.Value |
ValueDocument.getValue()
Gets the "value" element
|
ValueDocument.Value |
ConstructorArgDocument.ConstructorArg.getValue()
Gets the "value" element
|
ValueDocument.Value[] |
KeyDocument.Key.getValueArray()
Gets array of all "value" elements
|
ValueDocument.Value[] |
ListOrSetType.getValueArray()
Gets array of all "value" elements
|
ValueDocument.Value[] |
EntryType.getValueArray()
Gets array of all "value" elements
|
ValueDocument.Value |
KeyDocument.Key.getValueArray(int i)
Gets ith "value" element
|
ValueDocument.Value |
ListOrSetType.getValueArray(int i)
Gets ith "value" element
|
ValueDocument.Value |
EntryType.getValueArray(int i)
Gets ith "value" element
|
ValueDocument.Value |
KeyDocument.Key.insertNewValue(int i)
Inserts and returns a new empty value (as xml) as the ith "value" element
|
ValueDocument.Value |
ListOrSetType.insertNewValue(int i)
Inserts and returns a new empty value (as xml) as the ith "value" element
|
ValueDocument.Value |
EntryType.insertNewValue(int i)
Inserts and returns a new empty value (as xml) as the ith "value" element
|
static ValueDocument.Value |
ValueDocument.Value.Factory.newInstance() |
static ValueDocument.Value |
ValueDocument.Value.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
PropertyType.setValue(ValueDocument.Value value)
Sets the "value" element
|
void |
ValueDocument.setValue(ValueDocument.Value value)
Sets the "value" element
|
void |
ConstructorArgDocument.ConstructorArg.setValue(ValueDocument.Value value)
Sets the "value" element
|
void |
KeyDocument.Key.setValueArray(int i,
ValueDocument.Value value)
Sets ith "value" element
|
void |
ListOrSetType.setValueArray(int i,
ValueDocument.Value value)
Sets ith "value" element
|
void |
EntryType.setValueArray(int i,
ValueDocument.Value value)
Sets ith "value" element
|
void |
KeyDocument.Key.setValueArray(ValueDocument.Value[] valueArray)
Sets array of all "value" element
|
void |
ListOrSetType.setValueArray(ValueDocument.Value[] valueArray)
Sets array of all "value" element
|
void |
EntryType.setValueArray(ValueDocument.Value[] valueArray)
Sets array of all "value" element
|
Modifier and Type | Class and Description |
---|---|
static class |
ValueDocumentImpl.ValueImpl
An XML value(@http://www.springframework.org/schema/beans).
|
Modifier and Type | Method and Description |
---|---|
ValueDocument.Value |
ValueDocumentImpl.addNewValue()
Appends and returns a new empty "value" element
|
ValueDocument.Value |
ListOrSetTypeImpl.addNewValue()
Appends and returns a new empty value (as xml) as the last "value" element
|
ValueDocument.Value |
ConstructorArgDocumentImpl.ConstructorArgImpl.addNewValue()
Appends and returns a new empty "value" element
|
ValueDocument.Value |
EntryTypeImpl.addNewValue()
Appends and returns a new empty value (as xml) as the last "value" element
|
ValueDocument.Value |
PropertyTypeImpl.addNewValue()
Appends and returns a new empty "value" element
|
ValueDocument.Value |
KeyDocumentImpl.KeyImpl.addNewValue()
Appends and returns a new empty value (as xml) as the last "value" element
|
ValueDocument.Value |
ValueDocumentImpl.getValue()
Gets the "value" element
|
ValueDocument.Value |
ConstructorArgDocumentImpl.ConstructorArgImpl.getValue()
Gets the "value" element
|
ValueDocument.Value |
PropertyTypeImpl.getValue()
Gets the "value" element
|
ValueDocument.Value[] |
ListOrSetTypeImpl.getValueArray()
Gets array of all "value" elements
|
ValueDocument.Value[] |
EntryTypeImpl.getValueArray()
Gets array of all "value" elements
|
ValueDocument.Value[] |
KeyDocumentImpl.KeyImpl.getValueArray()
Gets array of all "value" elements
|
ValueDocument.Value |
ListOrSetTypeImpl.getValueArray(int i)
Gets ith "value" element
|
ValueDocument.Value |
EntryTypeImpl.getValueArray(int i)
Gets ith "value" element
|
ValueDocument.Value |
KeyDocumentImpl.KeyImpl.getValueArray(int i)
Gets ith "value" element
|
ValueDocument.Value |
ListOrSetTypeImpl.insertNewValue(int i)
Inserts and returns a new empty value (as xml) as the ith "value" element
|
ValueDocument.Value |
EntryTypeImpl.insertNewValue(int i)
Inserts and returns a new empty value (as xml) as the ith "value" element
|
ValueDocument.Value |
KeyDocumentImpl.KeyImpl.insertNewValue(int i)
Inserts and returns a new empty value (as xml) as the ith "value" element
|
Modifier and Type | Method and Description |
---|---|
void |
ValueDocumentImpl.setValue(ValueDocument.Value value)
Sets the "value" element
|
void |
ConstructorArgDocumentImpl.ConstructorArgImpl.setValue(ValueDocument.Value value)
Sets the "value" element
|
void |
PropertyTypeImpl.setValue(ValueDocument.Value value)
Sets the "value" element
|
void |
ListOrSetTypeImpl.setValueArray(int i,
ValueDocument.Value value)
Sets ith "value" element
|
void |
EntryTypeImpl.setValueArray(int i,
ValueDocument.Value value)
Sets ith "value" element
|
void |
KeyDocumentImpl.KeyImpl.setValueArray(int i,
ValueDocument.Value value)
Sets ith "value" element
|
void |
ListOrSetTypeImpl.setValueArray(ValueDocument.Value[] valueArray)
Sets array of all "value" element
|
void |
EntryTypeImpl.setValueArray(ValueDocument.Value[] valueArray)
Sets array of all "value" element
|
void |
KeyDocumentImpl.KeyImpl.setValueArray(ValueDocument.Value[] valueArray)
Sets array of all "value" element
|
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann