Package org.n52.shetland.ogc.ows
Class OwsRequestMethod
- java.lang.Object
-
- org.n52.shetland.w3c.xlink.Link
-
- org.n52.shetland.ogc.ows.OwsOnlineResource
-
- org.n52.shetland.ogc.ows.OwsRequestMethod
-
- All Implemented Interfaces:
Comparable<OwsRequestMethod>
public class OwsRequestMethod extends OwsOnlineResource implements Comparable<OwsRequestMethod>
TODO JavaDoc
-
-
Constructor Summary
Constructors Constructor Description OwsRequestMethod(URI href, String httpMethod, Collection<OwsDomain> constraints)OwsRequestMethod(URI href, Collection<OwsDomain> constraints, String httpMethod, URI role, URI arcrole, String title, Show show, Actuate actuate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(OwsRequestMethod o)booleanequals(Object obj)SortedSet<OwsDomain>getConstraints()StringgetHttpMethod()inthashCode()StringtoString()-
Methods inherited from class org.n52.shetland.w3c.xlink.Link
getActuate, getArcrole, getHref, getRole, getShow, getTitle
-
-
-
-
Method Detail
-
getHttpMethod
public String getHttpMethod()
-
compareTo
public int compareTo(OwsRequestMethod o)
- Specified by:
compareToin interfaceComparable<OwsRequestMethod>
-
-