org.deegree.services.wfs.capabilities
Interface Operation
- All Known Implementing Classes:
- Operation_Impl
- public interface Operation
----------------------------------------------------------------------
- Version:
- 2002-03-01
- Author:
- Andreas Poth
Field Summary |
static java.lang.String |
DELETE
|
static java.lang.String |
INSERT
|
static java.lang.String |
LOCK
|
static java.lang.String |
QUERY
|
static java.lang.String |
UPDATE
|
Method Summary |
java.lang.String |
getName()
returns the name of the operation |
INSERT
public static final java.lang.String INSERT
- See Also:
- Constant Field Values
DELETE
public static final java.lang.String DELETE
- See Also:
- Constant Field Values
UPDATE
public static final java.lang.String UPDATE
- See Also:
- Constant Field Values
QUERY
public static final java.lang.String QUERY
- See Also:
- Constant Field Values
LOCK
public static final java.lang.String LOCK
- See Also:
- Constant Field Values
getName
public java.lang.String getName()
- returns the name of the operation