Uses of 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
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 type with the specified name.static XLink.Type[]
XLink.Type. 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.Type Modifier and Type Method Description void
XLink. setType(XLink.Type type)
Sets the type of link.
-