public static enum PlanCreationService.EnablePlan extends Enum<PlanCreationService.EnablePlan>
Modifier and Type | Method and Description |
---|---|
static PlanCreationService.EnablePlan |
valueOf(boolean isPlanEnabled) |
static PlanCreationService.EnablePlan |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanCreationService.EnablePlan[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlanCreationService.EnablePlan ENABLED
public static final PlanCreationService.EnablePlan DISABLED
public static PlanCreationService.EnablePlan[] values()
for (PlanCreationService.EnablePlan c : PlanCreationService.EnablePlan.values()) System.out.println(c);
public static PlanCreationService.EnablePlan 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 static PlanCreationService.EnablePlan valueOf(boolean isPlanEnabled)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.