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