Uses of Interface
org.openehr.schemas.v1.TRANSITION
Packages that use TRANSITION
-
Uses of TRANSITION in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return TRANSITIONModifier and TypeMethodDescriptionNONTERMINALSTATE.addNewTransitions()Appends and returns a new empty value (as xml) as the last "transitions" elementNONTERMINALSTATE.getTransitionsArray()Gets array of all "transitions" elementsNONTERMINALSTATE.getTransitionsArray(int i) Gets ith "transitions" elementNONTERMINALSTATE.insertNewTransitions(int i) Inserts and returns a new empty value (as xml) as the ith "transitions" elementstatic TRANSITIONTRANSITION.Factory.newInstance()static TRANSITIONTRANSITION.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static TRANSITIONstatic TRANSITIONstatic TRANSITIONTRANSITION.Factory.parse(InputStream is) static TRANSITIONTRANSITION.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static TRANSITIONstatic TRANSITIONstatic TRANSITIONstatic TRANSITIONstatic TRANSITIONstatic TRANSITIONstatic TRANSITIONTRANSITION.Factory.parse(XMLStreamReader sr) static TRANSITIONTRANSITION.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static TRANSITIONTRANSITION.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static TRANSITIONTRANSITION.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic TRANSITIONstatic TRANSITIONMethods in org.openehr.schemas.v1 with parameters of type TRANSITIONModifier and TypeMethodDescriptionvoidNONTERMINALSTATE.setTransitionsArray(int i, TRANSITION transitions) Sets ith "transitions" elementvoidNONTERMINALSTATE.setTransitionsArray(TRANSITION[] transitionsArray) Sets array of all "transitions" element -
Uses of TRANSITION in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement TRANSITIONModifier and TypeClassDescriptionclassAn XML TRANSITION(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return TRANSITIONModifier and TypeMethodDescriptionNONTERMINALSTATEImpl.addNewTransitions()Appends and returns a new empty value (as xml) as the last "transitions" elementNONTERMINALSTATEImpl.getTransitionsArray()Gets array of all "transitions" elementsNONTERMINALSTATEImpl.getTransitionsArray(int i) Gets ith "transitions" elementNONTERMINALSTATEImpl.insertNewTransitions(int i) Inserts and returns a new empty value (as xml) as the ith "transitions" elementMethods in org.openehr.schemas.v1.impl with parameters of type TRANSITIONModifier and TypeMethodDescriptionvoidNONTERMINALSTATEImpl.setTransitionsArray(int i, TRANSITION transitions) Sets ith "transitions" elementvoidNONTERMINALSTATEImpl.setTransitionsArray(TRANSITION[] transitionsArray) Sets array of all "transitions" element
XMLInputStream