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