|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<CSWConstants.ConstraintLanguage> org.deegree.protocol.csw.CSWConstants.ConstraintLanguage
public static enum CSWConstants.ConstraintLanguage
Specifies in which filter mode the query has to be processed. Either there is a OGC XML filter encoding after the filterspecification document OGC 04-095 or there is a common query language string (CqlText) which can be seen as an explicit typed statement like an SQL statement.
Enum Constant Summary | |
---|---|
CQLTEXT
Common Queryable Language Text filtering |
|
FILTER
Filterexpression specified in OGC Spec document 04-095 |
Method Summary | |
---|---|
static CSWConstants.ConstraintLanguage |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CSWConstants.ConstraintLanguage[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CSWConstants.ConstraintLanguage CQLTEXT
public static final CSWConstants.ConstraintLanguage FILTER
Method Detail |
---|
public static CSWConstants.ConstraintLanguage[] values()
for (CSWConstants.ConstraintLanguage c : CSWConstants.ConstraintLanguage.values()) System.out.println(c);
public static CSWConstants.ConstraintLanguage valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |