public abstract static class SQLSession.AbsractExpectedField extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Map.Entry<String,Integer>> |
attributes |
protected String |
name |
protected int |
position |
| Constructor and Description |
|---|
AbsractExpectedField(String name) |
AbsractExpectedField(String name,
int position,
List<Map.Entry<String,Integer>> attributes) |
AbsractExpectedField(String name,
List<String> attributeNames) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttributeNames(List<String> attributeNames) |
List<Map.Entry<String,Integer>> |
getAttributes() |
String |
getName() |
int |
getPosition() |
void |
setAttributes(List<Map.Entry<String,Integer>> attributes) |
void |
setName(String name) |
void |
setPosition(int position) |
protected String name
protected int position
public AbsractExpectedField(String name)
Copyright © 2017 The CLARUS Consortium. All rights reserved.