Uses of Interface
org.openehr.schemas.v1.NONTERMINALSTATE
-
Packages that use NONTERMINALSTATE Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of NONTERMINALSTATE in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return NONTERMINALSTATE Modifier and Type Method Description static NONTERMINALSTATENONTERMINALSTATE.Factory. newInstance()static NONTERMINALSTATENONTERMINALSTATE.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static NONTERMINALSTATENONTERMINALSTATE.Factory. parse(File file)static NONTERMINALSTATENONTERMINALSTATE.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static NONTERMINALSTATENONTERMINALSTATE.Factory. parse(InputStream is)static NONTERMINALSTATENONTERMINALSTATE.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static NONTERMINALSTATENONTERMINALSTATE.Factory. parse(Reader r)static NONTERMINALSTATENONTERMINALSTATE.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static NONTERMINALSTATENONTERMINALSTATE.Factory. parse(String xmlAsString)static NONTERMINALSTATENONTERMINALSTATE.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static NONTERMINALSTATENONTERMINALSTATE.Factory. parse(URL u)static NONTERMINALSTATENONTERMINALSTATE.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static NONTERMINALSTATENONTERMINALSTATE.Factory. parse(XMLStreamReader sr)static NONTERMINALSTATENONTERMINALSTATE.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static NONTERMINALSTATENONTERMINALSTATE.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic NONTERMINALSTATENONTERMINALSTATE.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic NONTERMINALSTATENONTERMINALSTATE.Factory. parse(Node node)static NONTERMINALSTATENONTERMINALSTATE.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of NONTERMINALSTATE in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement NONTERMINALSTATE Modifier and Type Class Description classNONTERMINALSTATEImplAn XML NON_TERMINAL_STATE(@http://schemas.openehr.org/v1).
-