public static enum StreamConsumedCheck.StreamPipelineConstraint extends Enum<StreamConsumedCheck.StreamPipelineConstraint> implements Constraint
| Enum Constant and Description |
|---|
CONSUMED |
NOT_CONSUMED |
| Modifier and Type | Method and Description |
|---|---|
static StreamConsumedCheck.StreamPipelineConstraint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamConsumedCheck.StreamPipelineConstraint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfcopyOver, hasPreciseValue, inverse, isValidWith, valueAsStringpublic static final StreamConsumedCheck.StreamPipelineConstraint CONSUMED
public static final StreamConsumedCheck.StreamPipelineConstraint NOT_CONSUMED
public static StreamConsumedCheck.StreamPipelineConstraint[] values()
for (StreamConsumedCheck.StreamPipelineConstraint c : StreamConsumedCheck.StreamPipelineConstraint.values()) System.out.println(c);
public static StreamConsumedCheck.StreamPipelineConstraint 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 © 2012–2017 SonarSource. All rights reserved.