Uses of Class
org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata.DataTypeWrapper
-
Packages that use DataTypeWrapper Package Description org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata -
-
Uses of DataTypeWrapper in org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata
Methods in org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata that return DataTypeWrapper Modifier and Type Method Description DataTypeWrapperMetadataFieldWrapper. getType()Gets the type.static DataTypeWrapperDataTypeWrapper. valueOf(String name)Returns the enum constant of this type with the specified name.static DataTypeWrapper[]DataTypeWrapper. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata with parameters of type DataTypeWrapper Modifier and Type Method Description voidMetadataFieldWrapper. setType(DataTypeWrapper type)Sets the type.Constructors in org.gcube.portlets.widgets.ckandatapublisherwidget.shared.metadata with parameters of type DataTypeWrapper Constructor Description MetadataFieldWrapper(String fieldName, Boolean mandatory, DataTypeWrapper type, String defaultValue, String note, List<String> vocabulary, String validator, CategoryWrapper category)Instantiates a new metadata field.
-