public static enum RelationalValueSource.Nature extends Enum<RelationalValueSource.Nature>
Modifier and Type | Method and Description |
---|---|
Class<? extends RelationalValueSource> |
getSpecificContractClass() |
static RelationalValueSource.Nature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationalValueSource.Nature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelationalValueSource.Nature COLUMN
public static final RelationalValueSource.Nature DERIVED
public static RelationalValueSource.Nature[] values()
for (RelationalValueSource.Nature c : RelationalValueSource.Nature.values()) System.out.println(c);
public static RelationalValueSource.Nature 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 Class<? extends RelationalValueSource> getSpecificContractClass()
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.