Uses of Interface
org.openehr.schemas.v1.TRANSITION
-
Packages that use TRANSITION Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of TRANSITION in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return TRANSITION Modifier and Type Method Description TRANSITIONNONTERMINALSTATE. addNewTransitions()Appends and returns a new empty value (as xml) as the last "transitions" elementTRANSITION[]NONTERMINALSTATE. getTransitionsArray()Gets array of all "transitions" elementsTRANSITIONNONTERMINALSTATE. getTransitionsArray(int i)Gets ith "transitions" elementTRANSITIONNONTERMINALSTATE. 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 TRANSITIONTRANSITION.Factory. parse(File file)static TRANSITIONTRANSITION.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TRANSITIONTRANSITION.Factory. parse(InputStream is)static TRANSITIONTRANSITION.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TRANSITIONTRANSITION.Factory. parse(Reader r)static TRANSITIONTRANSITION.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TRANSITIONTRANSITION.Factory. parse(String xmlAsString)static TRANSITIONTRANSITION.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TRANSITIONTRANSITION.Factory. parse(URL u)static TRANSITIONTRANSITION.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static 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.XMLInputStreamstatic TRANSITIONTRANSITION.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TRANSITIONTRANSITION.Factory. parse(Node node)static TRANSITIONTRANSITION.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type TRANSITION Modifier and Type Method Description voidNONTERMINALSTATE. 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 TRANSITION Modifier and Type Class Description classTRANSITIONImplAn XML TRANSITION(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return TRANSITION Modifier and Type Method Description TRANSITIONNONTERMINALSTATEImpl. addNewTransitions()Appends and returns a new empty value (as xml) as the last "transitions" elementTRANSITION[]NONTERMINALSTATEImpl. getTransitionsArray()Gets array of all "transitions" elementsTRANSITIONNONTERMINALSTATEImpl. getTransitionsArray(int i)Gets ith "transitions" elementTRANSITIONNONTERMINALSTATEImpl. 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 TRANSITION Modifier and Type Method Description voidNONTERMINALSTATEImpl. setTransitionsArray(int i, TRANSITION transitions)Sets ith "transitions" elementvoidNONTERMINALSTATEImpl. setTransitionsArray(TRANSITION[] transitionsArray)Sets array of all "transitions" element
-