Uses of Enum
org.apache.sis.xml.XLink.Show
Packages that use XLink.Show
Package
Description
Miscellaneous objects and adapters defined in the
"gco"
namespace.Provides methods for marshalling and unmarshalling SIS objects in XML.
-
Uses of XLink.Show in org.apache.sis.internal.jaxb.gco
Methods in org.apache.sis.internal.jaxb.gco that return XLink.ShowModifier and TypeMethodDescriptionfinal XLink.Show
PropertyType.getShow()
Communicates the desired presentation of the ending resource on traversal from the starting resource.Methods in org.apache.sis.internal.jaxb.gco with parameters of type XLink.ShowModifier and TypeMethodDescriptionfinal void
PropertyType.setShow
(XLink.Show show) Sets theshow
attribute value. -
Uses of XLink.Show in org.apache.sis.xml
Fields in org.apache.sis.xml declared as XLink.ShowModifier and TypeFieldDescriptionprivate XLink.Show
XLink.show
Communicates the desired presentation of the ending resource on traversal from the starting resource.Methods in org.apache.sis.xml that return XLink.ShowModifier and TypeMethodDescriptionXLink.getShow()
Returns the desired presentation of the ending resource on traversal from the starting resource.static XLink.Show
Returns the enum constant of this type with the specified name.static XLink.Show[]
XLink.Show.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.ShowModifier and TypeMethodDescriptionvoid
XLink.setShow
(XLink.Show show) Sets the desired presentation of the ending resource on traversal from the starting resource.