Package | Description |
---|---|
org.springframework.schema.beans | |
org.springframework.schema.beans.impl |
Modifier and Type | Method and Description |
---|---|
static DefaultableBoolean |
DefaultableBoolean.Factory.newInstance() |
static DefaultableBoolean |
DefaultableBoolean.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static DefaultableBoolean |
DefaultableBoolean.Factory.newValue(Object obj) |
static DefaultableBoolean |
DefaultableBoolean.Factory.parse(File file) |
static DefaultableBoolean |
DefaultableBoolean.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static DefaultableBoolean |
DefaultableBoolean.Factory.parse(InputStream is) |
static DefaultableBoolean |
DefaultableBoolean.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static DefaultableBoolean |
DefaultableBoolean.Factory.parse(Node node) |
static DefaultableBoolean |
DefaultableBoolean.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static DefaultableBoolean |
DefaultableBoolean.Factory.parse(Reader r) |
static DefaultableBoolean |
DefaultableBoolean.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static DefaultableBoolean |
DefaultableBoolean.Factory.parse(String xmlAsString) |
static DefaultableBoolean |
DefaultableBoolean.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static DefaultableBoolean |
DefaultableBoolean.Factory.parse(URL u) |
static DefaultableBoolean |
DefaultableBoolean.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static DefaultableBoolean |
DefaultableBoolean.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static DefaultableBoolean |
DefaultableBoolean.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static DefaultableBoolean |
DefaultableBoolean.Factory.parse(XMLStreamReader sr) |
static DefaultableBoolean |
DefaultableBoolean.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
DefaultableBoolean |
BeanDocument.Bean.xgetAutowireCandidate()
Gets (as xml) the "autowire-candidate" attribute
|
DefaultableBoolean |
BeanDocument.Bean.xgetLazyInit()
Gets (as xml) the "lazy-init" attribute
|
DefaultableBoolean |
SetDocument.Set.xgetMerge()
Gets (as xml) the "merge" attribute
|
DefaultableBoolean |
ArrayDocument.Array.xgetMerge()
Gets (as xml) the "merge" attribute
|
DefaultableBoolean |
MapDocument.Map.xgetMerge()
Gets (as xml) the "merge" attribute
|
DefaultableBoolean |
PropsDocument.Props.xgetMerge()
Gets (as xml) the "merge" attribute
|
DefaultableBoolean |
ListDocument.List.xgetMerge()
Gets (as xml) the "merge" attribute
|
Modifier and Type | Method and Description |
---|---|
void |
BeanDocument.Bean.xsetAutowireCandidate(DefaultableBoolean autowireCandidate)
Sets (as xml) the "autowire-candidate" attribute
|
void |
BeanDocument.Bean.xsetLazyInit(DefaultableBoolean lazyInit)
Sets (as xml) the "lazy-init" attribute
|
void |
SetDocument.Set.xsetMerge(DefaultableBoolean merge)
Sets (as xml) the "merge" attribute
|
void |
ArrayDocument.Array.xsetMerge(DefaultableBoolean merge)
Sets (as xml) the "merge" attribute
|
void |
MapDocument.Map.xsetMerge(DefaultableBoolean merge)
Sets (as xml) the "merge" attribute
|
void |
PropsDocument.Props.xsetMerge(DefaultableBoolean merge)
Sets (as xml) the "merge" attribute
|
void |
ListDocument.List.xsetMerge(DefaultableBoolean merge)
Sets (as xml) the "merge" attribute
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultableBooleanImpl
An XML defaultable-boolean(@http://www.springframework.org/schema/beans).
|
Modifier and Type | Method and Description |
---|---|
DefaultableBoolean |
BeanDocumentImpl.BeanImpl.xgetAutowireCandidate()
Gets (as xml) the "autowire-candidate" attribute
|
DefaultableBoolean |
BeanDocumentImpl.BeanImpl.xgetLazyInit()
Gets (as xml) the "lazy-init" attribute
|
DefaultableBoolean |
PropsDocumentImpl.PropsImpl.xgetMerge()
Gets (as xml) the "merge" attribute
|
DefaultableBoolean |
ArrayDocumentImpl.ArrayImpl.xgetMerge()
Gets (as xml) the "merge" attribute
|
DefaultableBoolean |
MapDocumentImpl.MapImpl.xgetMerge()
Gets (as xml) the "merge" attribute
|
DefaultableBoolean |
ListDocumentImpl.ListImpl.xgetMerge()
Gets (as xml) the "merge" attribute
|
DefaultableBoolean |
SetDocumentImpl.SetImpl.xgetMerge()
Gets (as xml) the "merge" attribute
|
Modifier and Type | Method and Description |
---|---|
void |
BeanDocumentImpl.BeanImpl.xsetAutowireCandidate(DefaultableBoolean autowireCandidate)
Sets (as xml) the "autowire-candidate" attribute
|
void |
BeanDocumentImpl.BeanImpl.xsetLazyInit(DefaultableBoolean lazyInit)
Sets (as xml) the "lazy-init" attribute
|
void |
PropsDocumentImpl.PropsImpl.xsetMerge(DefaultableBoolean merge)
Sets (as xml) the "merge" attribute
|
void |
ArrayDocumentImpl.ArrayImpl.xsetMerge(DefaultableBoolean merge)
Sets (as xml) the "merge" attribute
|
void |
MapDocumentImpl.MapImpl.xsetMerge(DefaultableBoolean merge)
Sets (as xml) the "merge" attribute
|
void |
ListDocumentImpl.ListImpl.xsetMerge(DefaultableBoolean merge)
Sets (as xml) the "merge" attribute
|
void |
SetDocumentImpl.SetImpl.xsetMerge(DefaultableBoolean merge)
Sets (as xml) the "merge" attribute
|
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann