Modifier and Type | Field and Description |
---|---|
EarlyYearsActivity |
EarlyYearsApp.syncName
The sync name.
|
Modifier and Type | Method and Description |
---|---|
void |
EarlyYearsApp.setActivity(EarlyYearsActivity newValue)
Sets the activity.
|
Modifier and Type | Field and Description |
---|---|
EarlyYearsActivity |
EarlyYearsTrackedApp.syncName
The sync name.
|
Modifier and Type | Method and Description |
---|---|
void |
EarlyYearsTrackedApp.setActivity(EarlyYearsActivity newValue)
Sets the activity.
|
Modifier and Type | Method and Description |
---|---|
void |
EarlyYearsService.setActivity(EarlyYearsActivity scenario,
java.lang.String[] tables)
Sets the activity.
|
void |
EarlyYearsServiceAsync.setActivity(EarlyYearsActivity scenario,
java.lang.String[] tables,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
Sets the activity.
|
Modifier and Type | Method and Description |
---|---|
DistributedProperty<EarlyYearsActivity> |
EarlyYearsDeviceControl.getActivity()
Gets the activity.
|
Modifier and Type | Method and Description |
---|---|
void |
EarlyYearsControlComms.setAllTablesScenario(EarlyYearsActivity scenario)
Sets the all tables scenario.
|
void |
EarlyYearsControlComms.setSpecificTablesScenario(EarlyYearsActivity scenario,
java.lang.String table)
Sets the specific tables scenario.
|
Modifier and Type | Method and Description |
---|---|
void |
EarlyYearsServiceImpl.setActivity(EarlyYearsActivity scenario,
java.lang.String[] tables) |
Modifier and Type | Method and Description |
---|---|
static EarlyYearsActivity |
EarlyYearsActivity.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EarlyYearsActivity[] |
EarlyYearsActivity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|