|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ResourceTypeDecorator>
org.gcube.resourcemanagement.support.client.views.ResourceTypeDecorator
public enum ResourceTypeDecorator
Enum Constant Summary | |
---|---|
AddScopeReport
|
|
Collection
|
|
DeployReport
|
|
Empty
|
|
GenericResource
|
|
GHN
RESOURCES IN THE TREE |
|
GHNRelated
Related resources |
|
InstallableSoftware
Other components |
|
RunningInstance
|
|
RunningInstanceRelated
|
|
RuntimeResource
|
|
Service
|
|
ServiceRelated
|
|
Sweeper_GHN
Models for SWEEPER |
|
Sweeper_GHN_Dead
|
|
Sweeper_GHN_Expired
|
|
Sweeper_RI
|
|
Sweeper_RI_Orphan
|
|
VIEW
|
|
WSResource
|
Method Summary | |
---|---|
String |
getIcon()
|
String |
getLabel()
|
static ResourceTypeDecorator |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ResourceTypeDecorator[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ResourceTypeDecorator GHN
public static final ResourceTypeDecorator RunningInstance
public static final ResourceTypeDecorator Service
public static final ResourceTypeDecorator VIEW
public static final ResourceTypeDecorator GenericResource
public static final ResourceTypeDecorator Collection
public static final ResourceTypeDecorator WSResource
public static final ResourceTypeDecorator Empty
public static final ResourceTypeDecorator RuntimeResource
public static final ResourceTypeDecorator InstallableSoftware
public static final ResourceTypeDecorator DeployReport
public static final ResourceTypeDecorator AddScopeReport
public static final ResourceTypeDecorator GHNRelated
public static final ResourceTypeDecorator ServiceRelated
public static final ResourceTypeDecorator RunningInstanceRelated
public static final ResourceTypeDecorator Sweeper_GHN
public static final ResourceTypeDecorator Sweeper_RI
public static final ResourceTypeDecorator Sweeper_RI_Orphan
public static final ResourceTypeDecorator Sweeper_GHN_Expired
public static final ResourceTypeDecorator Sweeper_GHN_Dead
Method Detail |
---|
public static ResourceTypeDecorator[] values()
for (ResourceTypeDecorator c : ResourceTypeDecorator.values()) System.out.println(c);
public static ResourceTypeDecorator valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String getLabel()
public String getIcon()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |