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