Uses of Interface
org.openehr.schemas.v1.STATEMACHINE
-
Packages that use STATEMACHINE Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of STATEMACHINE in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return STATEMACHINE Modifier and Type Method Description STATEMACHINECDVSTATE. addNewValue()Appends and returns a new empty "value" elementSTATEMACHINECDVSTATE. getValue()Gets the "value" elementstatic STATEMACHINESTATEMACHINE.Factory. newInstance()static STATEMACHINESTATEMACHINE.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static STATEMACHINESTATEMACHINE.Factory. parse(File file)static STATEMACHINESTATEMACHINE.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static STATEMACHINESTATEMACHINE.Factory. parse(InputStream is)static STATEMACHINESTATEMACHINE.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static STATEMACHINESTATEMACHINE.Factory. parse(Reader r)static STATEMACHINESTATEMACHINE.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static STATEMACHINESTATEMACHINE.Factory. parse(String xmlAsString)static STATEMACHINESTATEMACHINE.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static STATEMACHINESTATEMACHINE.Factory. parse(URL u)static STATEMACHINESTATEMACHINE.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static STATEMACHINESTATEMACHINE.Factory. parse(XMLStreamReader sr)static STATEMACHINESTATEMACHINE.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static STATEMACHINESTATEMACHINE.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic STATEMACHINESTATEMACHINE.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic STATEMACHINESTATEMACHINE.Factory. parse(Node node)static STATEMACHINESTATEMACHINE.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type STATEMACHINE Modifier and Type Method Description voidCDVSTATE. setValue(STATEMACHINE value)Sets the "value" element -
Uses of STATEMACHINE in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement STATEMACHINE Modifier and Type Class Description classSTATEMACHINEImplAn XML STATE_MACHINE(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return STATEMACHINE Modifier and Type Method Description STATEMACHINECDVSTATEImpl. addNewValue()Appends and returns a new empty "value" elementSTATEMACHINECDVSTATEImpl. getValue()Gets the "value" elementMethods in org.openehr.schemas.v1.impl with parameters of type STATEMACHINE Modifier and Type Method Description voidCDVSTATEImpl. setValue(STATEMACHINE value)Sets the "value" element
-