| Package | Description |
|---|---|
| fr.inra.agrosyst.api.entities.security |
| Modifier and Type | Field and Description |
|---|---|
protected TrackedEventType |
TrackedEventAbstract.type
Nom de l'attribut en BD : type
|
| Modifier and Type | Method and Description |
|---|---|
TrackedEventType |
TrackedEventAbstract.getType() |
TrackedEventType |
TrackedEvent.getType() |
static TrackedEventType |
TrackedEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrackedEventType[] |
TrackedEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TrackedEventAbstract.setType(TrackedEventType type) |
void |
TrackedEvent.setType(TrackedEventType type) |
Copyright © 2013–2015 Inra. All rights reserved.