public class FieldPath extends ArrayList<FieldInfo>
modCount| Modifier and Type | Method and Description |
|---|---|
static FieldPath |
createFieldPath(String path,
EntityStructure struct) |
FieldInfo |
lastField() |
static FieldPath |
measurePath(EntityStructure struct)
Build a path to the first field in the given structure that has the MEASURE stereotype.
|
FieldInfo |
pop() |
String |
stringValue() |
String |
toString() |
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, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic FieldPath(String stringValue)
public String stringValue()
public String toString()
toString in class AbstractCollection<FieldInfo>public FieldInfo pop()
public FieldInfo lastField()
public static FieldPath createFieldPath(String path, EntityStructure struct) throws DaoException
DaoExceptionpublic static FieldPath measurePath(EntityStructure struct)
Copyright © 2019. All rights reserved.