public enum InheritAs extends Enum<InheritAs>
| Enum Constant and Description |
|---|
DuplicateObjects |
InheritedAttributes |
OneTable |
SpecializedAttributes |
| Modifier and Type | Method and Description |
|---|---|
static InheritAs |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InheritAs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InheritAs InheritedAttributes
public static final InheritAs DuplicateObjects
public static final InheritAs OneTable
public static final InheritAs SpecializedAttributes
public static InheritAs[] values()
for (InheritAs c : InheritAs.values()) System.out.println(c);
public static InheritAs 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 nullCopyright © 2006–2018 Esito AS. All rights reserved.