public static enum ScopedResource.STATUS extends Enum<ScopedResource.STATUS>
| Enum Constant and Description |
|---|
ADDED |
ADDREQUESTED |
CREATED |
LOST |
PUBLISHED |
REMOVED |
REMOVEREQUESTED |
UNPUBLISHED |
| Modifier and Type | Method and Description |
|---|---|
abstract List<ScopedResource.STATUS> |
previous() |
static ScopedResource.STATUS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScopedResource.STATUS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScopedResource.STATUS CREATED
public static final ScopedResource.STATUS ADDREQUESTED
public static final ScopedResource.STATUS ADDED
public static final ScopedResource.STATUS PUBLISHED
public static final ScopedResource.STATUS REMOVEREQUESTED
public static final ScopedResource.STATUS REMOVED
public static final ScopedResource.STATUS UNPUBLISHED
public static final ScopedResource.STATUS LOST
public static ScopedResource.STATUS[] values()
for (ScopedResource.STATUS c : ScopedResource.STATUS.values()) System.out.println(c);
public static ScopedResource.STATUS 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 abstract List<ScopedResource.STATUS> previous()
Copyright © 2014. All Rights Reserved.