Serializable, Comparable<LocksNotUnlockedCheck.LockConstraint>, Constraintpublic static enum LocksNotUnlockedCheck.LockConstraint extends Enum<LocksNotUnlockedCheck.LockConstraint> implements Constraint
| Modifier and Type | Method | Description |
|---|---|---|
String |
valueAsString() |
|
static LocksNotUnlockedCheck.LockConstraint |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static LocksNotUnlockedCheck.LockConstraint[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
copyOver, hasPreciseValue, inverse, isValidWithpublic static final LocksNotUnlockedCheck.LockConstraint LOCKED
public static final LocksNotUnlockedCheck.LockConstraint UNLOCKED
public static LocksNotUnlockedCheck.LockConstraint[] values()
for (LocksNotUnlockedCheck.LockConstraint c : LocksNotUnlockedCheck.LockConstraint.values()) System.out.println(c);
public static LocksNotUnlockedCheck.LockConstraint 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 String valueAsString()
valueAsString in interface ConstraintCopyright © 2012–2018 SonarSource. All rights reserved.