| Package | Description |
|---|---|
| de.digitalcollections.model.api.identifiable | |
| de.digitalcollections.model.impl.identifiable |
| Modifier and Type | Method | Description |
|---|---|---|
IdentifiableType |
Identifiable.getType() |
|
static IdentifiableType |
IdentifiableType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static IdentifiableType[] |
IdentifiableType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Identifiable.setType(IdentifiableType identifiableType) |
| Modifier and Type | Field | Description |
|---|---|---|
protected IdentifiableType |
IdentifiableImpl.type |
| Modifier and Type | Method | Description |
|---|---|---|
IdentifiableType |
IdentifiableImpl.getType() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
IdentifiableImpl.setType(IdentifiableType identifiableType) |
Copyright © 2018. All rights reserved.