Uses of Class
org.n52.shetland.w3c.xlink.Show
-
Packages that use Show Package Description org.n52.shetland.ogc.ows org.n52.shetland.w3c.xlink -
-
Uses of Show in org.n52.shetland.ogc.ows
Constructors in org.n52.shetland.ogc.ows with parameters of type Show 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 Show in org.n52.shetland.w3c.xlink
Methods in org.n52.shetland.w3c.xlink that return Show Modifier and Type Method Description static ShowShow. fromString(String str)static ShowShow. valueOf(String name)Returns the enum constant of this type with the specified name.static Show[]Show. 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 Show Modifier and Type Method Description Optional<Show>Link. getShow()Optional<Show>Reference. getShow()Methods in org.n52.shetland.w3c.xlink with parameters of type Show Modifier and Type Method Description ReferenceReference. setShow(Show show)Constructors in org.n52.shetland.w3c.xlink with parameters of type Show Constructor Description Link(URI href, URI role, URI arcrole, String title, Show show, Actuate actuate)
-