Uses of Enum Class org.apache.sis.xml.XLink.Actuate (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 Actuate Uses of Enum Class org.apache.sis.xml.XLink.Actuate Packages that use XLink.Actuate Package Description org.apache.sis.xml Provides methods for marshalling and unmarshalling SIS objects in XML. Uses of XLink.Actuate in org.apache.sis.xml Subclasses with type arguments of type XLink.Actuate in org.apache.sis.xml Modifier and Type Class Description static enum  XLink.Actuate Communicates the desired timing of traversal from the starting resource to the ending resource. Methods in org.apache.sis.xml that return XLink.Actuate Modifier and Type Method Description XLink.Actuate XLink.getActuate() Returns the desired timing of traversal from the starting resource to the ending resource. static XLink.Actuate XLink.Actuate.valueOf(String name) Returns the enum constant of this class with the specified name. static XLink.Actuate[] XLink.Actuate.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.Actuate Modifier and Type Method Description void XLink.setActuate(XLink.Actuate actuate) Sets the desired timing of traversal from the starting resource to the ending resource.