Uses of Interface
org.openehr.schemas.v1.TCONSTRAINT
-
Packages that use TCONSTRAINT Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of TCONSTRAINT in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return TCONSTRAINT Modifier and Type Method Description TCONSTRAINTOPERATIONALTEMPLATE. addNewConstraints()Appends and returns a new empty "constraints" elementTCONSTRAINTOPERATIONALTEMPLATE. getConstraints()Gets the "constraints" elementstatic TCONSTRAINTTCONSTRAINT.Factory. newInstance()static TCONSTRAINTTCONSTRAINT.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TCONSTRAINTTCONSTRAINT.Factory. parse(File file)static TCONSTRAINTTCONSTRAINT.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TCONSTRAINTTCONSTRAINT.Factory. parse(InputStream is)static TCONSTRAINTTCONSTRAINT.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TCONSTRAINTTCONSTRAINT.Factory. parse(Reader r)static TCONSTRAINTTCONSTRAINT.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TCONSTRAINTTCONSTRAINT.Factory. parse(String xmlAsString)static TCONSTRAINTTCONSTRAINT.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TCONSTRAINTTCONSTRAINT.Factory. parse(URL u)static TCONSTRAINTTCONSTRAINT.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TCONSTRAINTTCONSTRAINT.Factory. parse(XMLStreamReader sr)static TCONSTRAINTTCONSTRAINT.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TCONSTRAINTTCONSTRAINT.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TCONSTRAINTTCONSTRAINT.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TCONSTRAINTTCONSTRAINT.Factory. parse(Node node)static TCONSTRAINTTCONSTRAINT.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type TCONSTRAINT Modifier and Type Method Description voidOPERATIONALTEMPLATE. setConstraints(TCONSTRAINT constraints)Sets the "constraints" element -
Uses of TCONSTRAINT in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement TCONSTRAINT Modifier and Type Class Description classTCONSTRAINTImplAn XML T_CONSTRAINT(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return TCONSTRAINT Modifier and Type Method Description TCONSTRAINTOPERATIONALTEMPLATEImpl. addNewConstraints()Appends and returns a new empty "constraints" elementTCONSTRAINTOPERATIONALTEMPLATEImpl. getConstraints()Gets the "constraints" elementMethods in org.openehr.schemas.v1.impl with parameters of type TCONSTRAINT Modifier and Type Method Description voidOPERATIONALTEMPLATEImpl. setConstraints(TCONSTRAINT constraints)Sets the "constraints" element
-