Constructor and Description |
---|
Position(Edges edges,
int index,
int subIndex) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Node |
get(Node node) |
int |
getIndex()
|
InputType |
getInputType() |
String |
getName() |
int |
getSubIndex()
Gets the index within a
NodeList if Position.getIndex() denotes a NodeList
field otherwise Node.NOT_ITERABLE . |
Class<?> |
getType() |
int |
hashCode() |
void |
initialize(Node node,
Node value) |
boolean |
isInputOptional() |
void |
set(Node node,
Node value) |
String |
toString() |
public Position(Edges edges, int index, int subIndex)
public InputType getInputType()
public String getName()
public boolean isInputOptional()
public int getSubIndex()
NodeList
if Position.getIndex()
denotes a NodeList
field otherwise Node.NOT_ITERABLE
.public int getIndex()
public Class<?> getType()