Uses of Enum Class
com.luciad.format.xml.bind.xlink.model.ELcdXLinkActuate
Packages that use ELcdXLinkActuate
Package
Description
This package provides the domain model for representing XLink (http://www.w3.org/TR/xlink/)
simple links.
-
Uses of ELcdXLinkActuate in com.luciad.format.xml.bind.xlink.model
Methods in com.luciad.format.xml.bind.xlink.model that return ELcdXLinkActuateModifier and TypeMethodDescriptionstatic ELcdXLinkActuate
TLcdXLinkSimpleLink.getActuate()
Gets the actuate.static ELcdXLinkActuate
Returns the enum constant of this class with the specified name.static ELcdXLinkActuate[]
ELcdXLinkActuate.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 ELcdXLinkActuateModifier and TypeMethodDescriptionvoid
TLcdXLinkSimpleLink.setActuate
(ELcdXLinkActuate aValue) Sets the actuate.static String
ELcdXLinkActuate.toValue
(ELcdXLinkActuate aValue)