public static enum StanfordREEN.StanfordRelations extends Enum<StanfordREEN.StanfordRelations>
Enum Constant and Description |
---|
Live_In |
Located_In |
NoRelation |
OrgBased_In |
Work_For |
Modifier and Type | Method and Description |
---|---|
static StanfordREEN.StanfordRelations |
fromString(String label) |
String |
toString() |
static StanfordREEN.StanfordRelations |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StanfordREEN.StanfordRelations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StanfordREEN.StanfordRelations Live_In
public static final StanfordREEN.StanfordRelations Located_In
public static final StanfordREEN.StanfordRelations OrgBased_In
public static final StanfordREEN.StanfordRelations Work_For
public static final StanfordREEN.StanfordRelations NoRelation
public static StanfordREEN.StanfordRelations[] values()
for (StanfordREEN.StanfordRelations c : StanfordREEN.StanfordRelations.values()) System.out.println(c);
public static StanfordREEN.StanfordRelations 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 nullpublic String toString()
toString
in class Enum<StanfordREEN.StanfordRelations>
public static StanfordREEN.StanfordRelations fromString(String label)
Copyright © 2024. All rights reserved.