public enum ResourceType extends Enum<ResourceType> implements Serializable
Enum Constant and Description |
---|
topology_folder_tql |
topology_folder_view |
topology_tql |
topology_view |
Modifier and Type | Method and Description |
---|---|
boolean |
isResource() |
static ResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceType topology_folder_tql
public static final ResourceType topology_tql
public static final ResourceType topology_folder_view
public static final ResourceType topology_view
public static ResourceType[] values()
for (ResourceType c : ResourceType.values()) System.out.println(c);
public static ResourceType 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 boolean isResource()
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.