Uses of Enum Class org.apache.sis.xml.XLink.Show (Apache SIS 1.6 API) JavaScript is disabled on your browser.     Skip navigation links Overview Class Use Tree New Deprecated Index Search Help org.apache.sis.metadata org.apache.sis.xml XLink Show Uses of Enum 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 Subclasses with type arguments of type XLink.Show in org.apache.sis.xml Modifier and Type Class Description static enum  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.Show Modifier and Type Method Description XLink.Show XLink.getShow() Returns the desired presentation of the ending resource on traversal from the starting resource. static XLink.Show XLink.Show.valueOf(String name) Returns the enum constant of this class with the specified name. static XLink.Show[] XLink.Show.values() Returns an array containing the constants of this enum class, in the order they are declared. Methods in org.apache.sis.xml with parameters of type XLink.Show Modifier and Type Method Description void XLink.setShow(XLink.Show show) Sets the desired presentation of the ending resource on traversal from the starting resource.