Uses of Interface
org.openehr.schemas.v1.STATE
Packages that use STATE
-
Uses of STATE in org.openehr.schemas.v1
Subinterfaces of STATE in org.openehr.schemas.v1Modifier and TypeInterfaceDescriptioninterfaceAn XML NON_TERMINAL_STATE(@http://schemas.openehr.org/v1).interfaceAn XML TERMINAL_STATE(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1 that return STATEModifier and TypeMethodDescriptionTRANSITION.addNewNextState()Appends and returns a new empty "next_state" elementSTATEMACHINE.addNewStates()Appends and returns a new empty value (as xml) as the last "states" elementTRANSITION.getNextState()Gets the "next_state" elementSTATE[]STATEMACHINE.getStatesArray()Gets array of all "states" elementsSTATEMACHINE.getStatesArray(int i) Gets ith "states" elementSTATEMACHINE.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 STATEstatic STATEstatic STATESTATE.Factory.parse(InputStream is) static STATESTATE.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static STATEstatic STATEstatic STATEstatic STATEstatic STATEstatic STATEstatic 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 STATEstatic STATEMethods in org.openehr.schemas.v1 with parameters of type STATEModifier and TypeMethodDescriptionvoidTRANSITION.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 STATEModifier and TypeClassDescriptionclassAn XML NON_TERMINAL_STATE(@http://schemas.openehr.org/v1).classAn XML STATE(@http://schemas.openehr.org/v1).classAn XML TERMINAL_STATE(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return STATEModifier and TypeMethodDescriptionTRANSITIONImpl.addNewNextState()Appends and returns a new empty "next_state" elementSTATEMACHINEImpl.addNewStates()Appends and returns a new empty value (as xml) as the last "states" elementTRANSITIONImpl.getNextState()Gets the "next_state" elementSTATE[]STATEMACHINEImpl.getStatesArray()Gets array of all "states" elementsSTATEMACHINEImpl.getStatesArray(int i) Gets ith "states" elementSTATEMACHINEImpl.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 STATEModifier and TypeMethodDescriptionvoidTRANSITIONImpl.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