public static enum RDFStreamProcessor.Quantity extends Enum<RDFStreamProcessor.Quantity>
| Modifier and Type | Method and Description |
|---|---|
static RDFStreamProcessor.Quantity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RDFStreamProcessor.Quantity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RDFStreamProcessor.Quantity Queries
public static final RDFStreamProcessor.Quantity Inputs
public static final RDFStreamProcessor.Quantity Solutions
public static RDFStreamProcessor.Quantity[] values()
for (RDFStreamProcessor.Quantity c : RDFStreamProcessor.Quantity.values()) System.out.println(c);
public static RDFStreamProcessor.Quantity 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 © 2016. All Rights Reserved.