public enum DatatypeClashes extends Enum<DatatypeClashes>
| Enum Constant and Description |
|---|
DT_C_IT
DT_C_IT
|
DT_C_MM
DT_C_MM
|
DT_EMPTY_INTERVAL
DT_Empty_interval
|
DT_TNT
DT_TNT
|
DT_TT
DT_TT
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static DatatypeClashes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatatypeClashes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatatypeClashes DT_TT
public static final DatatypeClashes DT_EMPTY_INTERVAL
public static final DatatypeClashes DT_C_MM
public static final DatatypeClashes DT_TNT
public static final DatatypeClashes DT_C_IT
public static DatatypeClashes[] values()
for (DatatypeClashes c : DatatypeClashes.values()) System.out.println(c);
public static DatatypeClashes 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<DatatypeClashes>Copyright © 2018 The University of Manchester. All rights reserved.