Uses of Interface
org.openehr.schemas.v1.EXPRITEM
-
Packages that use EXPRITEM Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of EXPRITEM in org.openehr.schemas.v1
Subinterfaces of EXPRITEM in org.openehr.schemas.v1 Modifier and Type Interface Description interfaceEXPRBINARYOPERATORAn XML EXPR_BINARY_OPERATOR(@http://schemas.openehr.org/v1).interfaceEXPRLEAFAn XML EXPR_LEAF(@http://schemas.openehr.org/v1).interfaceEXPROPERATORAn XML EXPR_OPERATOR(@http://schemas.openehr.org/v1).interfaceEXPRUNARYOPERATORAn XML EXPR_UNARY_OPERATOR(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1 that return EXPRITEM Modifier and Type Method Description EXPRITEMASSERTION. addNewExpression()Appends and returns a new empty "expression" elementEXPRITEMEXPRBINARYOPERATOR. addNewLeftOperand()Appends and returns a new empty "left_operand" elementEXPRITEMEXPRUNARYOPERATOR. addNewOperand()Appends and returns a new empty "operand" elementEXPRITEMEXPRBINARYOPERATOR. addNewRightOperand()Appends and returns a new empty "right_operand" elementEXPRITEMASSERTION. getExpression()Gets the "expression" elementEXPRITEMEXPRBINARYOPERATOR. getLeftOperand()Gets the "left_operand" elementEXPRITEMEXPRUNARYOPERATOR. getOperand()Gets the "operand" elementEXPRITEMEXPRBINARYOPERATOR. getRightOperand()Gets the "right_operand" elementstatic EXPRITEMEXPRITEM.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic EXPRITEMEXPRITEM.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic EXPRITEMEXPRITEM.Factory. parse(File file)static EXPRITEMEXPRITEM.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static EXPRITEMEXPRITEM.Factory. parse(InputStream is)static EXPRITEMEXPRITEM.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static EXPRITEMEXPRITEM.Factory. parse(Reader r)static EXPRITEMEXPRITEM.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static EXPRITEMEXPRITEM.Factory. parse(String xmlAsString)static EXPRITEMEXPRITEM.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static EXPRITEMEXPRITEM.Factory. parse(URL u)static EXPRITEMEXPRITEM.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static EXPRITEMEXPRITEM.Factory. parse(XMLStreamReader sr)static EXPRITEMEXPRITEM.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static EXPRITEMEXPRITEM.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic EXPRITEMEXPRITEM.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic EXPRITEMEXPRITEM.Factory. parse(Node node)static EXPRITEMEXPRITEM.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type EXPRITEM Modifier and Type Method Description voidASSERTION. setExpression(EXPRITEM expression)Sets the "expression" elementvoidEXPRBINARYOPERATOR. setLeftOperand(EXPRITEM leftOperand)Sets the "left_operand" elementvoidEXPRUNARYOPERATOR. setOperand(EXPRITEM operand)Sets the "operand" elementvoidEXPRBINARYOPERATOR. setRightOperand(EXPRITEM rightOperand)Sets the "right_operand" element -
Uses of EXPRITEM in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement EXPRITEM Modifier and Type Class Description classEXPRBINARYOPERATORImplAn XML EXPR_BINARY_OPERATOR(@http://schemas.openehr.org/v1).classEXPRITEMImplAn XML EXPR_ITEM(@http://schemas.openehr.org/v1).classEXPRLEAFImplAn XML EXPR_LEAF(@http://schemas.openehr.org/v1).classEXPROPERATORImplAn XML EXPR_OPERATOR(@http://schemas.openehr.org/v1).classEXPRUNARYOPERATORImplAn XML EXPR_UNARY_OPERATOR(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return EXPRITEM Modifier and Type Method Description EXPRITEMASSERTIONImpl. addNewExpression()Appends and returns a new empty "expression" elementEXPRITEMEXPRBINARYOPERATORImpl. addNewLeftOperand()Appends and returns a new empty "left_operand" elementEXPRITEMEXPRUNARYOPERATORImpl. addNewOperand()Appends and returns a new empty "operand" elementEXPRITEMEXPRBINARYOPERATORImpl. addNewRightOperand()Appends and returns a new empty "right_operand" elementEXPRITEMASSERTIONImpl. getExpression()Gets the "expression" elementEXPRITEMEXPRBINARYOPERATORImpl. getLeftOperand()Gets the "left_operand" elementEXPRITEMEXPRUNARYOPERATORImpl. getOperand()Gets the "operand" elementEXPRITEMEXPRBINARYOPERATORImpl. getRightOperand()Gets the "right_operand" elementMethods in org.openehr.schemas.v1.impl with parameters of type EXPRITEM Modifier and Type Method Description voidASSERTIONImpl. setExpression(EXPRITEM expression)Sets the "expression" elementvoidEXPRBINARYOPERATORImpl. setLeftOperand(EXPRITEM leftOperand)Sets the "left_operand" elementvoidEXPRUNARYOPERATORImpl. setOperand(EXPRITEM operand)Sets the "operand" elementvoidEXPRBINARYOPERATORImpl. setRightOperand(EXPRITEM rightOperand)Sets the "right_operand" element
-