Uses of Interface
openEHR.v1.template.EventType
-
Packages that use EventType Package Description openEHR.v1.template openEHR.v1.template.impl -
-
Uses of EventType in openEHR.v1.template
Methods in openEHR.v1.template that return EventType Modifier and Type Method Description EventTypeStatement. addNewEventConstraint()Appends and returns a new empty "eventConstraint" elementEventTypeStatement. getEventConstraint()Gets the "eventConstraint" elementstatic EventTypeEventType.Factory. newInstance()static EventTypeEventType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static EventTypeEventType.Factory. parse(File file)static EventTypeEventType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static EventTypeEventType.Factory. parse(InputStream is)static EventTypeEventType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static EventTypeEventType.Factory. parse(Reader r)static EventTypeEventType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static EventTypeEventType.Factory. parse(String xmlAsString)static EventTypeEventType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static EventTypeEventType.Factory. parse(URL u)static EventTypeEventType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static EventTypeEventType.Factory. parse(XMLStreamReader sr)static EventTypeEventType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static EventTypeEventType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic EventTypeEventType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic EventTypeEventType.Factory. parse(Node node)static EventTypeEventType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in openEHR.v1.template with parameters of type EventType Modifier and Type Method Description voidStatement. setEventConstraint(EventType eventConstraint)Sets the "eventConstraint" element -
Uses of EventType in openEHR.v1.template.impl
Classes in openEHR.v1.template.impl that implement EventType Modifier and Type Class Description classEventTypeImplAn XML eventType(@openEHR/v1/Template).Methods in openEHR.v1.template.impl that return EventType Modifier and Type Method Description EventTypeStatementImpl. addNewEventConstraint()Appends and returns a new empty "eventConstraint" elementEventTypeStatementImpl. getEventConstraint()Gets the "eventConstraint" elementMethods in openEHR.v1.template.impl with parameters of type EventType Modifier and Type Method Description voidStatementImpl. setEventConstraint(EventType eventConstraint)Sets the "eventConstraint" element
-