Uses of Class
org.dashbuilder.shared.model.DataSetContentType
-
Packages that use DataSetContentType Package Description org.dashbuilder.shared.model -
-
Uses of DataSetContentType in org.dashbuilder.shared.model
Methods in org.dashbuilder.shared.model that return DataSetContentType Modifier and Type Method Description static DataSetContentTypeDataSetContentType. fromFileExtension(String ext)DataSetContentTypeDataSetContent. getContentType()static DataSetContentTypeDataSetContentType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataSetContentType[]DataSetContentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.dashbuilder.shared.model with parameters of type DataSetContentType Constructor Description DataSetContent(String id, String content, DataSetContentType contentType)
-