@Deprecated public enum Constructor extends Enum<Constructor>
Enum Constant and Description |
---|
COMPLEX_ROLE_INCLUSION
Deprecated.
|
CONJUNCTION
Deprecated.
|
EXISTENTIAL_RESTRICTION
Deprecated.
|
EXISTENTIAL_SELF_RESTRICTION
Deprecated.
|
PRIMITIVE_NEGATION
Deprecated.
|
QUALIFIED_AT_LEAST_RESTRICTION
Deprecated.
|
SIMPLE_ROLE_INCLUSION
Deprecated.
|
UNQUALIFIED_AT_MOST_RESTRICTION
Deprecated.
|
VALUE_RESTRICTION
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Deprecated.
|
String |
getSymbol()
Deprecated.
|
String |
toString()
Deprecated.
|
static Constructor |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Constructor[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constructor CONJUNCTION
public static final Constructor EXISTENTIAL_RESTRICTION
public static final Constructor VALUE_RESTRICTION
public static final Constructor QUALIFIED_AT_LEAST_RESTRICTION
public static final Constructor UNQUALIFIED_AT_MOST_RESTRICTION
public static final Constructor PRIMITIVE_NEGATION
public static final Constructor EXISTENTIAL_SELF_RESTRICTION
public static final Constructor SIMPLE_ROLE_INCLUSION
public static final Constructor COMPLEX_ROLE_INCLUSION
public static Constructor[] values()
for (Constructor c : Constructor.values()) System.out.println(c);
public static Constructor valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<Constructor>
Copyright © 2010–2019 Francesco Kriegel. All rights reserved.