| Package | Description |
|---|---|
| de.digitalcollections.cudami.model.api.identifiable | |
| de.digitalcollections.cudami.model.impl.identifiable |
| Modifier and Type | Method and Description |
|---|---|
IdentifiableType |
Identifiable.getType() |
static IdentifiableType |
IdentifiableType.valueOf(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 and Description |
|---|---|
void |
Identifiable.setType(IdentifiableType identifiableType) |
| Modifier and Type | Field and Description |
|---|---|
protected IdentifiableType |
IdentifiableImpl.type |
| Modifier and Type | Method and Description |
|---|---|
IdentifiableType |
IdentifiableImpl.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
IdentifiableImpl.setType(IdentifiableType identifiableType) |
Copyright © 2018. All rights reserved.