Uses of Interface
org.openehr.schemas.v1.CONSTRAINTREF
-
Packages that use CONSTRAINTREF Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of CONSTRAINTREF in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return CONSTRAINTREF Modifier and Type Method Description static CONSTRAINTREFCONSTRAINTREF.Factory. newInstance()static CONSTRAINTREFCONSTRAINTREF.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CONSTRAINTREFCONSTRAINTREF.Factory. parse(File file)static CONSTRAINTREFCONSTRAINTREF.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CONSTRAINTREFCONSTRAINTREF.Factory. parse(InputStream is)static CONSTRAINTREFCONSTRAINTREF.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CONSTRAINTREFCONSTRAINTREF.Factory. parse(Reader r)static CONSTRAINTREFCONSTRAINTREF.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CONSTRAINTREFCONSTRAINTREF.Factory. parse(String xmlAsString)static CONSTRAINTREFCONSTRAINTREF.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CONSTRAINTREFCONSTRAINTREF.Factory. parse(URL u)static CONSTRAINTREFCONSTRAINTREF.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CONSTRAINTREFCONSTRAINTREF.Factory. parse(XMLStreamReader sr)static CONSTRAINTREFCONSTRAINTREF.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CONSTRAINTREFCONSTRAINTREF.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CONSTRAINTREFCONSTRAINTREF.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CONSTRAINTREFCONSTRAINTREF.Factory. parse(Node node)static CONSTRAINTREFCONSTRAINTREF.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of CONSTRAINTREF in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement CONSTRAINTREF Modifier and Type Class Description classCONSTRAINTREFImplAn XML CONSTRAINT_REF(@http://schemas.openehr.org/v1).
-