public static class SQLSession.ExpectedField extends SQLSession.AbsractExpectedField
attributes, name, position| Constructor and Description |
|---|
ExpectedField(String name) |
ExpectedField(String name,
int position,
List<Map.Entry<String,Integer>> attributes,
Map<Integer,List<SQLSession.ExpectedProtectedField>> protectedFields) |
ExpectedField(String name,
List<String> attributeNames,
Map<Integer,List<SQLSession.ExpectedProtectedField>> protectedFields) |
| Modifier and Type | Method and Description |
|---|---|
List<SQLSession.ExpectedProtectedField> |
getBackendProtectedFields(int backend) |
Map<Integer,List<SQLSession.ExpectedProtectedField>> |
getProtectedFields() |
void |
setBackendProtectedFields(int backend,
List<SQLSession.ExpectedProtectedField> backendProtectedFields) |
void |
setProtectedFields(Map<Integer,List<SQLSession.ExpectedProtectedField>> protectedFields) |
String |
toString() |
addAttributeNames, getAttributes, getName, getPosition, setAttributes, setName, setPositionpublic ExpectedField(String name)
public ExpectedField(String name, List<String> attributeNames, Map<Integer,List<SQLSession.ExpectedProtectedField>> protectedFields)
public Map<Integer,List<SQLSession.ExpectedProtectedField>> getProtectedFields()
public void setProtectedFields(Map<Integer,List<SQLSession.ExpectedProtectedField>> protectedFields)
public List<SQLSession.ExpectedProtectedField> getBackendProtectedFields(int backend)
public void setBackendProtectedFields(int backend,
List<SQLSession.ExpectedProtectedField> backendProtectedFields)
Copyright © 2017 The CLARUS Consortium. All rights reserved.