Uses of Class
org.apache.sis.xml.XLink.Show
-
Packages that use XLink.Show Package Description org.apache.sis.xml Provides methods for marshalling and unmarshalling SIS objects in XML. -
-
Uses of XLink.Show in org.apache.sis.xml
Methods in org.apache.sis.xml that return XLink.Show Modifier and Type Method Description XLink.ShowXLink. getShow()Returns the desired presentation of the ending resource on traversal from the starting resource.static XLink.ShowXLink.Show. valueOf(String name)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.Show Modifier and Type Method Description voidXLink. setShow(XLink.Show show)Sets the desired presentation of the ending resource on traversal from the starting resource.
-