public static enum RelationalValueSource.Nature extends java.lang.Enum<RelationalValueSource.Nature>
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends RelationalValueSource> |
getSpecificContractClass() |
static RelationalValueSource.Nature |
valueOf(java.lang.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(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 namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.Class<? extends RelationalValueSource> getSpecificContractClass()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.