Uses of Enum Class org.apache.sis.xml.XLink.Type (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 Type Uses of Enum Class org.apache.sis.xml.XLink.Type Packages that use XLink.Type Package Description org.apache.sis.xml Provides methods for marshalling and unmarshalling SIS objects in XML. Uses of XLink.Type in org.apache.sis.xml Subclasses with type arguments of type XLink.Type in org.apache.sis.xml Modifier and Type Class Description static enum  XLink.Type The type of a xlink. Methods in org.apache.sis.xml that return XLink.Type Modifier and Type Method Description XLink.Type XLink.getType() Returns the type of link. static XLink.Type XLink.Type.valueOf(String name) Returns the enum constant of this class with the specified name. static XLink.Type[] XLink.Type.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.Type Modifier and Type Method Description void XLink.setType(XLink.Type type) Sets the type of link.