Uses of Interface
org.openehr.schemas.v1.OPERATORKIND
-
Packages that use OPERATORKIND Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of OPERATORKIND in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return OPERATORKIND Modifier and Type Method Description static OPERATORKINDOPERATORKIND.Factory. newInstance()static OPERATORKINDOPERATORKIND.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static OPERATORKINDOPERATORKIND.Factory. newValue(Object obj)static OPERATORKINDOPERATORKIND.Factory. parse(File file)static OPERATORKINDOPERATORKIND.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static OPERATORKINDOPERATORKIND.Factory. parse(InputStream is)static OPERATORKINDOPERATORKIND.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static OPERATORKINDOPERATORKIND.Factory. parse(Reader r)static OPERATORKINDOPERATORKIND.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static OPERATORKINDOPERATORKIND.Factory. parse(String xmlAsString)static OPERATORKINDOPERATORKIND.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static OPERATORKINDOPERATORKIND.Factory. parse(URL u)static OPERATORKINDOPERATORKIND.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static OPERATORKINDOPERATORKIND.Factory. parse(XMLStreamReader sr)static OPERATORKINDOPERATORKIND.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static OPERATORKINDOPERATORKIND.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic OPERATORKINDOPERATORKIND.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic OPERATORKINDOPERATORKIND.Factory. parse(Node node)static OPERATORKINDOPERATORKIND.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)OPERATORKINDEXPROPERATOR. xgetOperator()Gets (as xml) the "operator" elementMethods in org.openehr.schemas.v1 with parameters of type OPERATORKIND Modifier and Type Method Description voidEXPROPERATOR. xsetOperator(OPERATORKIND operator)Sets (as xml) the "operator" element -
Uses of OPERATORKIND in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement OPERATORKIND Modifier and Type Class Description classOPERATORKINDImplAn XML OPERATOR_KIND(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return OPERATORKIND Modifier and Type Method Description OPERATORKINDEXPROPERATORImpl. xgetOperator()Gets (as xml) the "operator" elementMethods in org.openehr.schemas.v1.impl with parameters of type OPERATORKIND Modifier and Type Method Description voidEXPROPERATORImpl. xsetOperator(OPERATORKIND operator)Sets (as xml) the "operator" element
-