public static enum ConstraintManager.BooleanConstraint extends Enum<ConstraintManager.BooleanConstraint>
| Modifier and Type | Method and Description |
|---|---|
ConstraintManager.BooleanConstraint |
inverse() |
static ConstraintManager.BooleanConstraint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstraintManager.BooleanConstraint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConstraintManager.BooleanConstraint TRUE
public static final ConstraintManager.BooleanConstraint FALSE
public static ConstraintManager.BooleanConstraint[] values()
for (ConstraintManager.BooleanConstraint c : ConstraintManager.BooleanConstraint.values()) System.out.println(c);
public static ConstraintManager.BooleanConstraint 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 ConstraintManager.BooleanConstraint inverse()
Copyright © 2012–2016 SonarSource. All rights reserved.