Serializable, Comparable<StreamConsumedCheck.StreamPipelineConstraint>, Constraintpublic static enum StreamConsumedCheck.StreamPipelineConstraint extends Enum<StreamConsumedCheck.StreamPipelineConstraint> implements Constraint
| Enum Constant | Description |
|---|---|
CONSUMED |
|
NOT_CONSUMED |
| Modifier and Type | Method | 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.
|
copyOver, 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–2018 SonarSource. All rights reserved.