| Package | Description |
|---|---|
| org.molgenis.navigator.model |
| Modifier and Type | Method and Description |
|---|---|
abstract ResourceType |
ResourceIdentifier.getType() |
abstract ResourceType |
Resource.getType() |
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 |
|---|---|
static ResourceIdentifier |
ResourceIdentifier.create(ResourceType newType,
String newId) |
static Resource |
Resource.create(ResourceType newType,
String newId,
String newLabel,
String newDescription,
boolean newHidden,
boolean newReadonly) |
abstract ResourceIdentifier.Builder |
ResourceIdentifier.Builder.setType(ResourceType newType) |
abstract Resource.Builder |
Resource.Builder.setType(ResourceType newType) |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.