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