Module eclipselink
Enum Class TableValidationException.DifferentColumns.Type
java.lang.Object
java.lang.Enum<TableValidationException.DifferentColumns.Type>
org.eclipse.persistence.tools.schemaframework.TableValidationException.DifferentColumns.Type
- All Implemented Interfaces:
Serializable,Comparable<TableValidationException.DifferentColumns.Type>,Constable
- Enclosing class:
TableValidationException.DifferentColumns
public static enum TableValidationException.DifferentColumns.Type
extends Enum<TableValidationException.DifferentColumns.Type>
Type of the difference.
E.g. type difference or nullable difference.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionReturnsTableValidationException.DifferentColumns.Differencesubtype matching thisTableValidationException.DifferentColumns.Type.Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TYPE_DIFFERENCE
Type difference. Type definition differs in SQL type. -
NULLABLE_DIFFERENCE
Nullable difference. Type definition differs in allowingNULLvalues.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
differenceClass
ReturnsTableValidationException.DifferentColumns.Differencesubtype matching thisTableValidationException.DifferentColumns.Type.- Returns:
TableValidationException.DifferentColumns.Differencesubtype
-