Uses of Enum Class
com.luciad.format.xml.bind.xlink.model.ELcdXLinkShow
Packages that use ELcdXLinkShow
Package
Description
This package provides the domain model for representing XLink (http://www.w3.org/TR/xlink/)
simple links.
-
Uses of ELcdXLinkShow in com.luciad.format.xml.bind.xlink.model
Methods in com.luciad.format.xml.bind.xlink.model that return ELcdXLinkShowModifier and TypeMethodDescriptionstatic ELcdXLinkShow
TLcdXLinkSimpleLink.getShow()
Gets the show.static ELcdXLinkShow
Returns the enum constant of this class with the specified name.static ELcdXLinkShow[]
ELcdXLinkShow.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.format.xml.bind.xlink.model with parameters of type ELcdXLinkShowModifier and TypeMethodDescriptionvoid
TLcdXLinkSimpleLink.setShow
(ELcdXLinkShow aValue) Sets the show.static String
ELcdXLinkShow.toValue
(ELcdXLinkShow aValue)