public class IOD extends ArrayList<IOD.DataElement>
| Modifier and Type | Class and Description |
|---|---|
static class |
IOD.And |
static class |
IOD.Condition |
static class |
IOD.DataElement |
static class |
IOD.DataElementType |
static class |
IOD.MemberOf |
static class |
IOD.Or |
static class |
IOD.Present |
modCount| Constructor and Description |
|---|
IOD() |
| Modifier and Type | Method and Description |
|---|---|
IOD.Condition |
getCondition() |
int |
getLineNumber() |
IOD.DataElementType |
getType() |
static IOD |
load(String uri) |
void |
parse(String uri) |
void |
setCondition(IOD.Condition condition) |
void |
setLineNumber(int lineNumber) |
void |
setType(IOD.DataElementType type) |
static IOD |
valueOf(Code code) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic static IOD load(String uri) throws IOException
IOExceptionpublic IOD.DataElementType getType()
public void setType(IOD.DataElementType type)
public IOD.Condition getCondition()
public void setCondition(IOD.Condition condition)
public int getLineNumber()
public void setLineNumber(int lineNumber)
public void parse(String uri) throws IOException
IOExceptionCopyright © 2021. All rights reserved.