Package | Description |
---|---|
org.gcube.resourcemanagement.support.shared.plugins |
Modifier and Type | Method and Description |
---|---|
GenericResourcePlugin.FieldType |
GenericResourcePlugin.Field.getType() |
static GenericResourcePlugin.FieldType |
GenericResourcePlugin.FieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenericResourcePlugin.FieldType[] |
GenericResourcePlugin.FieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GenericResourcePlugin.Field.setType(GenericResourcePlugin.FieldType type) |
Constructor and Description |
---|
Field(String name,
GenericResourcePlugin.FieldType type) |
Field(String name,
GenericResourcePlugin.FieldType type,
boolean required) |
Field(String name,
String label,
GenericResourcePlugin.FieldType type,
boolean required) |
Copyright © 2019. All Rights Reserved.