Uses of Enum Class
com.luciad.model.TLcdModelMetadata.DataCategory
-
Uses of TLcdModelMetadata.DataCategory in com.luciad.model
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TLcdModelMetadata.DataCategory[]
TLcdModelMetadata.DataCategory.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionTLcdModelMetadata.getDataCategories()
Returns the kind of data the model containsModifier and TypeMethodDescriptionTLcdModelMetadata.Builder.addDataCategory
(TLcdModelMetadata.DataCategory aDataCategory) Adds a data category of to the set of data categories contained in the model.Modifier and TypeMethodDescriptionTLcdModelMetadata.Builder.dataCategories
(Set<TLcdModelMetadata.DataCategory> aDataCategories) Sets the data category set of the model.