public static enum CustomGraphChooseResourceController.Parameters extends Enum<CustomGraphChooseResourceController.Parameters>
Enum Constant and Description |
---|
resourceId |
selectedResourceId |
Modifier and Type | Method and Description |
---|---|
static CustomGraphChooseResourceController.Parameters |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomGraphChooseResourceController.Parameters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomGraphChooseResourceController.Parameters resourceId
public static final CustomGraphChooseResourceController.Parameters selectedResourceId
public static CustomGraphChooseResourceController.Parameters[] values()
for (CustomGraphChooseResourceController.Parameters c : CustomGraphChooseResourceController.Parameters.values()) System.out.println(c);
public static CustomGraphChooseResourceController.Parameters 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 © 2017. All rights reserved.