public enum DependenciesOrigin extends Enum<DependenciesOrigin>
| Enum Constant and Description |
|---|
APPLICATION |
LAST_UPDATE |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
toString() |
static DependenciesOrigin |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DependenciesOrigin[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DependenciesOrigin APPLICATION
public static final DependenciesOrigin LAST_UPDATE
public static final DependenciesOrigin UNKNOWN
public static DependenciesOrigin[] values()
for (DependenciesOrigin c : DependenciesOrigin.values()) System.out.println(c);
public static DependenciesOrigin 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 getName()
public String toString()
toString in class Enum<DependenciesOrigin>Copyright © 2020 JBoss by Red Hat. All rights reserved.