|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<ExpFinderLevel> sk.uniba.euromath.document.schema.impl.tools.ExpFinderLevel
public enum ExpFinderLevel
Specifies level that shall be used for obtaining an expression.
Enum Constant Summary | |
---|---|
Basic
Performs only basic tests. |
|
ContentTest
Performs parent test, and if there are more than one expression, then for each element checks element contents against this rule. |
|
ParentTest
Performs basic test, and if there are more than one expression, perform following test: check for each expression, if path from this element to root element complies with at least one possible path from this expression to root expression. |
Method Summary | |
---|---|
static ExpFinderLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ExpFinderLevel[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ExpFinderLevel Basic
public static final ExpFinderLevel ParentTest
public static final ExpFinderLevel ContentTest
Method Detail |
---|
public static final ExpFinderLevel[] values()
for(ExpFinderLevel c : ExpFinderLevel.values()) System.out.println(c);
public static ExpFinderLevel 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |