Uses of Interface
org.openehr.schemas.v1.STATE
-
Packages that use STATE Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of STATE in org.openehr.schemas.v1
Subinterfaces of STATE in org.openehr.schemas.v1 Modifier and Type Interface Description interfaceNONTERMINALSTATEAn XML NON_TERMINAL_STATE(@http://schemas.openehr.org/v1).interfaceTERMINALSTATEAn XML TERMINAL_STATE(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1 that return STATE Modifier and Type Method Description STATETRANSITION. addNewNextState()Appends and returns a new empty "next_state" elementSTATESTATEMACHINE. addNewStates()Appends and returns a new empty value (as xml) as the last "states" elementSTATETRANSITION. getNextState()Gets the "next_state" elementSTATE[]STATEMACHINE. getStatesArray()Gets array of all "states" elementsSTATESTATEMACHINE. getStatesArray(int i)Gets ith "states" elementSTATESTATEMACHINE. insertNewStates(int i)Inserts and returns a new empty value (as xml) as the ith "states" elementstatic STATESTATE.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic STATESTATE.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic STATESTATE.Factory. parse(File file)static STATESTATE.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static STATESTATE.Factory. parse(InputStream is)static STATESTATE.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static STATESTATE.Factory. parse(Reader r)static STATESTATE.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static STATESTATE.Factory. parse(String xmlAsString)static STATESTATE.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static STATESTATE.Factory. parse(URL u)static STATESTATE.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static STATESTATE.Factory. parse(XMLStreamReader sr)static STATESTATE.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static STATESTATE.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic STATESTATE.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic STATESTATE.Factory. parse(Node node)static STATESTATE.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type STATE Modifier and Type Method Description voidTRANSITION. setNextState(STATE nextState)Sets the "next_state" elementvoidSTATEMACHINE. setStatesArray(int i, STATE states)Sets ith "states" elementvoidSTATEMACHINE. setStatesArray(STATE[] statesArray)Sets array of all "states" element -
Uses of STATE in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement STATE Modifier and Type Class Description classNONTERMINALSTATEImplAn XML NON_TERMINAL_STATE(@http://schemas.openehr.org/v1).classSTATEImplAn XML STATE(@http://schemas.openehr.org/v1).classTERMINALSTATEImplAn XML TERMINAL_STATE(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return STATE Modifier and Type Method Description STATETRANSITIONImpl. addNewNextState()Appends and returns a new empty "next_state" elementSTATESTATEMACHINEImpl. addNewStates()Appends and returns a new empty value (as xml) as the last "states" elementSTATETRANSITIONImpl. getNextState()Gets the "next_state" elementSTATE[]STATEMACHINEImpl. getStatesArray()Gets array of all "states" elementsSTATESTATEMACHINEImpl. getStatesArray(int i)Gets ith "states" elementSTATESTATEMACHINEImpl. insertNewStates(int i)Inserts and returns a new empty value (as xml) as the ith "states" elementMethods in org.openehr.schemas.v1.impl with parameters of type STATE Modifier and Type Method Description voidTRANSITIONImpl. setNextState(STATE nextState)Sets the "next_state" elementvoidSTATEMACHINEImpl. setStatesArray(int i, STATE states)Sets ith "states" elementvoidSTATEMACHINEImpl. setStatesArray(STATE[] statesArray)Sets array of all "states" element
-