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