Uses of Enum
org.apache.sis.xml.XLink.Actuate
Packages that use XLink.Actuate
Package
Description
Miscellaneous objects and adapters defined in the
"gco"
namespace.Provides methods for marshalling and unmarshalling SIS objects in XML.
-
Uses of XLink.Actuate in org.apache.sis.internal.jaxb.gco
Methods in org.apache.sis.internal.jaxb.gco that return XLink.ActuateModifier and TypeMethodDescriptionfinal XLink.Actuate
PropertyType.getActuate()
Communicates the desired timing of traversal from the starting resource to the ending resource.Methods in org.apache.sis.internal.jaxb.gco with parameters of type XLink.ActuateModifier and TypeMethodDescriptionfinal void
PropertyType.setActuate
(XLink.Actuate actuate) Sets theactuate
attribute value. -
Uses of XLink.Actuate in org.apache.sis.xml
Fields in org.apache.sis.xml declared as XLink.ActuateModifier and TypeFieldDescriptionprivate XLink.Actuate
XLink.actuate
Communicates the desired timing of traversal from the starting resource to the ending resource.Methods in org.apache.sis.xml that return XLink.ActuateModifier and TypeMethodDescriptionXLink.getActuate()
Returns the desired timing of traversal from the starting resource to the ending resource.static XLink.Actuate
Returns the enum constant of this type with the specified name.static XLink.Actuate[]
XLink.Actuate.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sis.xml with parameters of type XLink.ActuateModifier and TypeMethodDescriptionvoid
XLink.setActuate
(XLink.Actuate actuate) Sets the desired timing of traversal from the starting resource to the ending resource.