public static enum AbstracNode2NodeRelation.RelationMode extends Enum<AbstracNode2NodeRelation.RelationMode>
Enum Constant and Description |
---|
STRONG |
WEAK |
WEAK_TO_MATER |
WEAK_TO_RELATED |
Modifier and Type | Method and Description |
---|---|
static AbstracNode2NodeRelation.RelationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstracNode2NodeRelation.RelationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstracNode2NodeRelation.RelationMode STRONG
public static final AbstracNode2NodeRelation.RelationMode WEAK
public static final AbstracNode2NodeRelation.RelationMode WEAK_TO_MATER
public static final AbstracNode2NodeRelation.RelationMode WEAK_TO_RELATED
public static AbstracNode2NodeRelation.RelationMode[] values()
for (AbstracNode2NodeRelation.RelationMode c : AbstracNode2NodeRelation.RelationMode.values()) System.out.println(c);
public static AbstracNode2NodeRelation.RelationMode 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 © 2017–2023 DNA Evolutions GmbH. All rights reserved.