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