| Package | Description |
|---|---|
| de.digitalcollections.cudami.model.api.identifiable.resource | |
| de.digitalcollections.cudami.model.impl.identifiable.resource |
| Modifier and Type | Method and Description |
|---|---|
ResourceType |
Resource.getResourceType() |
static ResourceType |
ResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceType[] |
ResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Resource.setResourceType(ResourceType resourceType) |
| Modifier and Type | Field and Description |
|---|---|
protected ResourceType |
ResourceImpl.resourceType |
| Modifier and Type | Method and Description |
|---|---|
ResourceType |
WebpageImpl.getResourceType() |
ResourceType |
ContentNodeImpl.getResourceType() |
ResourceType |
ResourceImpl.getResourceType() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebpageImpl.setResourceType(ResourceType resourceType) |
void |
ContentNodeImpl.setResourceType(ResourceType resourceType) |
void |
ResourceImpl.setResourceType(ResourceType resourceType) |
Copyright © 2018. All rights reserved.