public static enum GraphPolicy.Orphan extends java.lang.Enum<GraphPolicy.Orphan>
GraphPolicy.Action.EXCLUDE
d parentsthat would prevent it from being
orphaned.
Enum Constant and Description |
---|
IRRELEVANT
it is not known and it does not matter if the object is an orphan: effort should not yet be made to find out
|
IS_LAST
the object is an orphan
|
IS_NOT_LAST
the object is not an orphan
|
RELEVANT
it is not known but it matters if the object is an orphan: effort should be made to find out
|
Modifier and Type | Method and Description |
---|---|
static GraphPolicy.Orphan |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GraphPolicy.Orphan[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphPolicy.Orphan IRRELEVANT
public static final GraphPolicy.Orphan RELEVANT
public static final GraphPolicy.Orphan IS_LAST
public static final GraphPolicy.Orphan IS_NOT_LAST
public static GraphPolicy.Orphan[] values()
for (GraphPolicy.Orphan c : GraphPolicy.Orphan.values()) System.out.println(c);
public static GraphPolicy.Orphan 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 null
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.