|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<QueryPredicate>
com.clarkparsia.pellet.sparqldl.model.QueryPredicate
public enum QueryPredicate
Title: Query Predicates
Description:
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
static QueryPredicate |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static QueryPredicate[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final QueryPredicate Type
public static final QueryPredicate PropertyValue
public static final QueryPredicate SameAs
public static final QueryPredicate DifferentFrom
public static final QueryPredicate SubClassOf
public static final QueryPredicate EquivalentClass
public static final QueryPredicate DisjointWith
public static final QueryPredicate ComplementOf
public static final QueryPredicate EquivalentProperty
public static final QueryPredicate SubPropertyOf
public static final QueryPredicate InverseOf
public static final QueryPredicate ObjectProperty
public static final QueryPredicate DatatypeProperty
public static final QueryPredicate Functional
public static final QueryPredicate InverseFunctional
public static final QueryPredicate Transitive
public static final QueryPredicate Symmetric
public static final QueryPredicate Annotation
public static final QueryPredicate StrictSubClassOf
public static final QueryPredicate DirectSubClassOf
public static final QueryPredicate DirectType
public static final QueryPredicate DirectSubPropertyOf
public static final QueryPredicate StrictSubPropertyOf
public static final QueryPredicate NotKnown
public static final QueryPredicate Union
public static final QueryPredicate UndistVarCore
| Method Detail |
|---|
public static QueryPredicate[] values()
for (QueryPredicate c : QueryPredicate.values()) System.out.println(c);
public static QueryPredicate valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<QueryPredicate>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||