public enum InheritanceLevel extends Enum<InheritanceLevel>
| Enum Constant and Description |
|---|
CATEGORY |
EXTERNAL |
FILE |
FOLDER |
MODULE |
PROJECT |
TABLE |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
static InheritanceLevel |
getEnumByValue(String value) |
String |
toString() |
static InheritanceLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InheritanceLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InheritanceLevel PROJECT
public static final InheritanceLevel FOLDER
public static final InheritanceLevel EXTERNAL
public static final InheritanceLevel FILE
public static final InheritanceLevel MODULE
public static final InheritanceLevel CATEGORY
public static final InheritanceLevel TABLE
public static InheritanceLevel[] values()
for (InheritanceLevel c : InheritanceLevel.values()) System.out.println(c);
public static InheritanceLevel 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 getDisplayName()
public String toString()
toString in class Enum<InheritanceLevel>public static InheritanceLevel getEnumByValue(String value)
Copyright © 2004–2019 OpenL Tablets. All rights reserved.