Uses of Interface
org.openehr.schemas.v1.DVBOOLEAN
-
Packages that use DVBOOLEAN Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of DVBOOLEAN in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return DVBOOLEAN Modifier and Type Method Description static DVBOOLEANDVBOOLEAN.Factory. newInstance()static DVBOOLEANDVBOOLEAN.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DVBOOLEANDVBOOLEAN.Factory. parse(File file)static DVBOOLEANDVBOOLEAN.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DVBOOLEANDVBOOLEAN.Factory. parse(InputStream is)static DVBOOLEANDVBOOLEAN.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DVBOOLEANDVBOOLEAN.Factory. parse(Reader r)static DVBOOLEANDVBOOLEAN.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DVBOOLEANDVBOOLEAN.Factory. parse(String xmlAsString)static DVBOOLEANDVBOOLEAN.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DVBOOLEANDVBOOLEAN.Factory. parse(URL u)static DVBOOLEANDVBOOLEAN.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DVBOOLEANDVBOOLEAN.Factory. parse(XMLStreamReader sr)static DVBOOLEANDVBOOLEAN.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DVBOOLEANDVBOOLEAN.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DVBOOLEANDVBOOLEAN.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DVBOOLEANDVBOOLEAN.Factory. parse(Node node)static DVBOOLEANDVBOOLEAN.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of DVBOOLEAN in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement DVBOOLEAN Modifier and Type Class Description classDVBOOLEANImplAn XML DV_BOOLEAN(@http://schemas.openehr.org/v1).
-