public static enum PgxGraph.TrivialVertices extends java.lang.Enum<PgxGraph.TrivialVertices>
| Enum Constant and Description | 
|---|
KEEP_TRIVIAL_VERTICES  | 
REMOVE_TRIVIAL_VERTICES  | 
| Modifier and Type | Method and Description | 
|---|---|
static PgxGraph.TrivialVertices | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static PgxGraph.TrivialVertices[] | 
values()
Returns an array containing the constants of this enum type, in the order they are declared. 
 | 
public static final PgxGraph.TrivialVertices KEEP_TRIVIAL_VERTICES
public static final PgxGraph.TrivialVertices REMOVE_TRIVIAL_VERTICES
public static PgxGraph.TrivialVertices valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static PgxGraph.TrivialVertices[] values()
for (PgxGraph.TrivialVertices c : PgxGraph.TrivialVertices.values())
    System.out.println(c);
Copyright © 2016, 2018 Oracle and/or its affiliates. All Rights Reserved.