Uses of Enum Class
com.luciad.ogc.csw.model.ELcdCSWResultsStatus
Packages that use ELcdCSWResultsStatus
Package
Description
Provides API for modeling OGC Catalog Service domain concepts.
-
Uses of ELcdCSWResultsStatus in com.luciad.ogc.csw.model
Methods in com.luciad.ogc.csw.model that return ELcdCSWResultsStatusModifier and TypeMethodDescriptionstatic ELcdCSWResultsStatus
TLcdCSWSearchResults.getStatus()
Returns the value of the property that maps to thestatus
attribute.static ELcdCSWResultsStatus
Returns the enum constant of this class with the specified name.static ELcdCSWResultsStatus[]
ELcdCSWResultsStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.ogc.csw.model with parameters of type ELcdCSWResultsStatusModifier and TypeMethodDescriptionvoid
TLcdCSWSearchResults.setStatus
(ELcdCSWResultsStatus aValue) Sets the value of the property that maps to thestatus
attribute.static String
ELcdCSWResultsStatus.toValue
(ELcdCSWResultsStatus aValue)