public static enum ProjectingIterator.projection extends Enum<ProjectingIterator.projection>
Modifier and Type | Method and Description |
---|---|
static ProjectingIterator.projection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectingIterator.projection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProjectingIterator.projection Subject
public static final ProjectingIterator.projection Predicate
public static final ProjectingIterator.projection Object
public static final ProjectingIterator.projection Context
public static ProjectingIterator.projection[] values()
for (ProjectingIterator.projection c : ProjectingIterator.projection.values()) System.out.println(c);
public static ProjectingIterator.projection 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 © 2005–2018 IT-Consulting Dr. Max Völkel | Project started at FZI Forschungszentrum Informatik, www.fzi.de. All rights reserved.