|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Field Summary | |
static java.lang.String |
DATA_COMPANY
Key constant for the value in the data manager that is a Company.
|
static java.lang.String |
DATA_COMPANY_EMPLOYEES
Key constant for the value in the data manager that corresponds to Company.getEmployees(). |
static java.lang.String |
DATA_COMPANY_EMPLOYEES_INDEXED
Key constant for the node that allows indexed access to one of the values in Company.getEmployees(). |
static java.lang.String |
DATA_COMPANY_EMPLOYEES_INDEXED_EMPLNUMBER
Key constant for the value in the data manager that corresponds to Employee.getEmplNumber()
of the Employees in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when an index is applied. |
static java.lang.String |
DATA_COMPANY_EMPLOYEES_INDEXED_FIRSTNAME
Key constant for the value in the data manager that corresponds to Person.getFirstname()
of the Employees in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when an index is applied. |
static java.lang.String |
DATA_COMPANY_EMPLOYEES_INDEXED_NAME
Key constant for the value in the data manager that corresponds to Person.getName()
of the Employees in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when an index is applied. |
static java.lang.String |
DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED
Key constant for the value in the data manager that corresponds to selected Employee.
|
static java.lang.String |
DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_BIRTHDATE
Key constant for the value in the data manager that corresponds to Person.getDateOfBirth()
of the selected Employee in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when the
selection index DATA_COMPANY_EMPLOYEES_SELECTION is applied. |
static java.lang.String |
DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_EMPLNUMBER
Key constant for the value in the data manager that corresponds to Employee.getEmplNumber()
of the selected Employee in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when the
selection index DATA_COMPANY_EMPLOYEES_SELECTION is applied. |
static java.lang.String |
DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_EMPLNUMBER_AS_STRING
Key constant for the value in the data manager that corresponds to value of DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_EMPLNUMBER converted into a string. |
static java.lang.String |
DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_FIRSTNAME
Key constant for the value in the data manager that corresponds to Person.getFirstname()
of the selected Employee in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when the
selection index DATA_COMPANY_EMPLOYEES_SELECTION is applied. |
static java.lang.String |
DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_NAME
Key constant for the value in the data manager that corresponds to Person.getName()
of the selected Employee in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when the
selection index DATA_COMPANY_EMPLOYEES_SELECTION is applied. |
static java.lang.String |
DATA_COMPANY_EMPLOYEES_SELECTION
Key constant for the value in the data manager that contains the current selection index in the list of employees. |
static java.lang.String |
DATA_COMPANY_NAME
Key constant for the value in the data manager that corresponds to Company.getName(). |
| Field Detail |
public static final java.lang.String DATA_COMPANY
Company.
This defines the root node of the company and its depending data structures.
public static final java.lang.String DATA_COMPANY_NAME
Company.getName().
public static final java.lang.String DATA_COMPANY_EMPLOYEES
Company.getEmployees().
public static final java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED
Company.getEmployees().
public static final java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_NAME
Person.getName()
of the Employees in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when an index is applied.
public static final java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_FIRSTNAME
Person.getFirstname()
of the Employees in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when an index is applied.
public static final java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_EMPLNUMBER
Employee.getEmplNumber()
of the Employees in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when an index is applied.
public static final java.lang.String DATA_COMPANY_EMPLOYEES_SELECTION
public static final java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED
Employee.
That is the value of the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when
the current selection index stored in DATA_COMPANY_EMPLOYEES_SELECTION is applied.
public static final java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_NAME
Person.getName()
of the selected Employee in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when the
selection index DATA_COMPANY_EMPLOYEES_SELECTION is applied.
public static final java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_FIRSTNAME
Person.getFirstname()
of the selected Employee in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when the
selection index DATA_COMPANY_EMPLOYEES_SELECTION is applied.
public static final java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_EMPLNUMBER
Employee.getEmplNumber()
of the selected Employee in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when the
selection index DATA_COMPANY_EMPLOYEES_SELECTION is applied.
public static final java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_EMPLNUMBER_AS_STRING
DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_EMPLNUMBER converted into a string.
public static final java.lang.String DATA_COMPANY_EMPLOYEES_INDEXED_SELECTED_BIRTHDATE
Person.getDateOfBirth()
of the selected Employee in the indexed node DATA_COMPANY_EMPLOYEES_INDEXED when the
selection index DATA_COMPANY_EMPLOYEES_SELECTION is applied.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||