Uses of Interface
org.openehr.schemas.v1.EXPRITEM
Packages that use EXPRITEM
-
Uses of EXPRITEM in org.openehr.schemas.v1
Subinterfaces of EXPRITEM in org.openehr.schemas.v1Modifier and TypeInterfaceDescriptioninterfaceAn XML EXPR_BINARY_OPERATOR(@http://schemas.openehr.org/v1).interfaceAn XML EXPR_LEAF(@http://schemas.openehr.org/v1).interfaceAn XML EXPR_OPERATOR(@http://schemas.openehr.org/v1).interfaceAn XML EXPR_UNARY_OPERATOR(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1 that return EXPRITEMModifier and TypeMethodDescriptionASSERTION.addNewExpression()Appends and returns a new empty "expression" elementEXPRBINARYOPERATOR.addNewLeftOperand()Appends and returns a new empty "left_operand" elementEXPRUNARYOPERATOR.addNewOperand()Appends and returns a new empty "operand" elementEXPRBINARYOPERATOR.addNewRightOperand()Appends and returns a new empty "right_operand" elementASSERTION.getExpression()Gets the "expression" elementEXPRBINARYOPERATOR.getLeftOperand()Gets the "left_operand" elementEXPRUNARYOPERATOR.getOperand()Gets the "operand" elementEXPRBINARYOPERATOR.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 EXPRITEMstatic EXPRITEMstatic EXPRITEMEXPRITEM.Factory.parse(InputStream is) static EXPRITEMEXPRITEM.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static EXPRITEMstatic EXPRITEMstatic EXPRITEMstatic EXPRITEMstatic EXPRITEMstatic EXPRITEMstatic 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 EXPRITEMstatic EXPRITEMMethods in org.openehr.schemas.v1 with parameters of type EXPRITEMModifier and TypeMethodDescriptionvoidASSERTION.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 EXPRITEMModifier and TypeClassDescriptionclassAn XML EXPR_BINARY_OPERATOR(@http://schemas.openehr.org/v1).classAn XML EXPR_ITEM(@http://schemas.openehr.org/v1).classAn XML EXPR_LEAF(@http://schemas.openehr.org/v1).classAn XML EXPR_OPERATOR(@http://schemas.openehr.org/v1).classAn XML EXPR_UNARY_OPERATOR(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return EXPRITEMModifier and TypeMethodDescriptionASSERTIONImpl.addNewExpression()Appends and returns a new empty "expression" elementEXPRBINARYOPERATORImpl.addNewLeftOperand()Appends and returns a new empty "left_operand" elementEXPRUNARYOPERATORImpl.addNewOperand()Appends and returns a new empty "operand" elementEXPRBINARYOPERATORImpl.addNewRightOperand()Appends and returns a new empty "right_operand" elementASSERTIONImpl.getExpression()Gets the "expression" elementEXPRBINARYOPERATORImpl.getLeftOperand()Gets the "left_operand" elementEXPRUNARYOPERATORImpl.getOperand()Gets the "operand" elementEXPRBINARYOPERATORImpl.getRightOperand()Gets the "right_operand" elementMethods in org.openehr.schemas.v1.impl with parameters of type EXPRITEMModifier and TypeMethodDescriptionvoidASSERTIONImpl.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