Uses of Class
org.n52.shetland.w3c.xlink.Actuate
-
Packages that use Actuate Package Description org.n52.shetland.ogc.ows org.n52.shetland.w3c.xlink -
-
Uses of Actuate in org.n52.shetland.ogc.ows
Constructors in org.n52.shetland.ogc.ows with parameters of type Actuate Constructor Description OwsMetadata(URI href, URI role, URI arcrole, String title, Show show, Actuate actuate, URI about)OwsOnlineResource(URI href, URI role, URI arcrole, String title, Show show, Actuate actuate)OwsRequestMethod(URI href, Collection<OwsDomain> constraints, String httpMethod, URI role, URI arcrole, String title, Show show, Actuate actuate) -
Uses of Actuate in org.n52.shetland.w3c.xlink
Methods in org.n52.shetland.w3c.xlink that return Actuate Modifier and Type Method Description static ActuateActuate. fromString(String str)static ActuateActuate. valueOf(String name)Returns the enum constant of this type with the specified name.static Actuate[]Actuate. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.n52.shetland.w3c.xlink that return types with arguments of type Actuate Modifier and Type Method Description Optional<Actuate>Link. getActuate()Optional<Actuate>Reference. getActuate()Methods in org.n52.shetland.w3c.xlink with parameters of type Actuate Modifier and Type Method Description ReferenceReference. setActuate(Actuate actuate)Constructors in org.n52.shetland.w3c.xlink with parameters of type Actuate Constructor Description Link(URI href, URI role, URI arcrole, String title, Show show, Actuate actuate)
-