Uses of Class
org.molgenis.navigator.model.ResourceType
-
Packages that use ResourceType Package Description org.molgenis.navigator.model -
-
Uses of ResourceType in org.molgenis.navigator.model
Methods in org.molgenis.navigator.model that return ResourceType Modifier and Type Method Description abstract ResourceTypeResource. getType()abstract ResourceTypeResourceIdentifier. getType()static ResourceTypeResourceType. 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.Methods in org.molgenis.navigator.model with parameters of type ResourceType Modifier and Type Method Description static ResourceResource. create(ResourceType newType, String newId, String newLabel, String newDescription, boolean newHidden, boolean newReadonly)static ResourceIdentifierResourceIdentifier. create(ResourceType newType, String newId)abstract Resource.BuilderResource.Builder. setType(ResourceType newType)abstract ResourceIdentifier.BuilderResourceIdentifier.Builder. setType(ResourceType newType)
-