Uses of Interface
org.openehr.schemas.v1.PROPORTIONKIND
-
Packages that use PROPORTIONKIND Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of PROPORTIONKIND in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return PROPORTIONKIND Modifier and Type Method Description static PROPORTIONKINDPROPORTIONKIND.Factory. newInstance()static PROPORTIONKINDPROPORTIONKIND.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static PROPORTIONKINDPROPORTIONKIND.Factory. newValue(Object obj)static PROPORTIONKINDPROPORTIONKIND.Factory. parse(File file)static PROPORTIONKINDPROPORTIONKIND.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static PROPORTIONKINDPROPORTIONKIND.Factory. parse(InputStream is)static PROPORTIONKINDPROPORTIONKIND.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static PROPORTIONKINDPROPORTIONKIND.Factory. parse(Reader r)static PROPORTIONKINDPROPORTIONKIND.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static PROPORTIONKINDPROPORTIONKIND.Factory. parse(String xmlAsString)static PROPORTIONKINDPROPORTIONKIND.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static PROPORTIONKINDPROPORTIONKIND.Factory. parse(URL u)static PROPORTIONKINDPROPORTIONKIND.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static PROPORTIONKINDPROPORTIONKIND.Factory. parse(XMLStreamReader sr)static PROPORTIONKINDPROPORTIONKIND.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static PROPORTIONKINDPROPORTIONKIND.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic PROPORTIONKINDPROPORTIONKIND.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic PROPORTIONKINDPROPORTIONKIND.Factory. parse(Node node)static PROPORTIONKINDPROPORTIONKIND.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)PROPORTIONKINDDVPROPORTION. xgetType()Gets (as xml) the "type" elementMethods in org.openehr.schemas.v1 with parameters of type PROPORTIONKIND Modifier and Type Method Description voidDVPROPORTION. xsetType(PROPORTIONKIND type)Sets (as xml) the "type" element -
Uses of PROPORTIONKIND in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement PROPORTIONKIND Modifier and Type Class Description classPROPORTIONKINDImplAn XML PROPORTION_KIND(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return PROPORTIONKIND Modifier and Type Method Description PROPORTIONKINDDVPROPORTIONImpl. xgetType()Gets (as xml) the "type" elementMethods in org.openehr.schemas.v1.impl with parameters of type PROPORTIONKIND Modifier and Type Method Description voidDVPROPORTIONImpl. xsetType(PROPORTIONKIND type)Sets (as xml) the "type" element
-