| Package | Description |
|---|---|
| org.javarosa.entities | |
| org.javarosa.entities.internal |
| Modifier and Type | Field and Description |
|---|---|
EntityAction |
Entity.action |
| Modifier and Type | Method and Description |
|---|---|
static EntityAction |
EntityAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityAction[] |
EntityAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Entity(EntityAction action,
String dataset,
String id,
String label,
Integer version,
List<kotlin.Pair<String,String>> properties) |
| Modifier and Type | Method and Description |
|---|---|
static EntityAction |
EntityFormParser.parseAction(TreeElement entity) |
Copyright © 2024. All rights reserved.