|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DLPConvert.IntegrityConstraintHandling>
edu.unika.aifb.owltools.tools.DLPConvert.IntegrityConstraintHandling
public static enum DLPConvert.IntegrityConstraintHandling
Possibilities of how to handle integrity constraints. Integrity constraints are rules with an empty head, that never must evaluate to true
Enum Constant Summary | |
---|---|
asIC
Integrity constraints are rendered as rules with an empty head. |
|
ICpredicate
A new predicate is included. |
|
noIC
Integrity constraints are simply skipped. |
Method Summary | |
---|---|
static DLPConvert.IntegrityConstraintHandling |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DLPConvert.IntegrityConstraintHandling[] |
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 DLPConvert.IntegrityConstraintHandling asIC
public static final DLPConvert.IntegrityConstraintHandling noIC
public static final DLPConvert.IntegrityConstraintHandling ICpredicate
Method Detail |
---|
public static final DLPConvert.IntegrityConstraintHandling[] values()
for(DLPConvert.IntegrityConstraintHandling c : DLPConvert.IntegrityConstraintHandling.values()) System.out.println(c);
public static DLPConvert.IntegrityConstraintHandling 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |