Enum AbstractSynonymPropertyValue.SCOPES
- java.lang.Object
-
- java.lang.Enum<AbstractSynonymPropertyValue.SCOPES>
-
- org.geneontology.obographs.core.model.meta.AbstractSynonymPropertyValue.SCOPES
-
- All Implemented Interfaces:
Serializable,Comparable<AbstractSynonymPropertyValue.SCOPES>
- Enclosing class:
- AbstractSynonymPropertyValue
public static enum AbstractSynonymPropertyValue.SCOPES extends Enum<AbstractSynonymPropertyValue.SCOPES>
OBO-style synonym scopes- Author:
- cjm
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringpred()static AbstractSynonymPropertyValue.SCOPESvalueOf(String name)Returns the enum constant of this type with the specified name.static AbstractSynonymPropertyValue.SCOPES[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
EXACT
public static final AbstractSynonymPropertyValue.SCOPES EXACT
-
NARROW
public static final AbstractSynonymPropertyValue.SCOPES NARROW
-
BROAD
public static final AbstractSynonymPropertyValue.SCOPES BROAD
-
RELATED
public static final AbstractSynonymPropertyValue.SCOPES RELATED
-
-
Method Detail
-
values
public static AbstractSynonymPropertyValue.SCOPES[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (AbstractSynonymPropertyValue.SCOPES c : AbstractSynonymPropertyValue.SCOPES.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AbstractSynonymPropertyValue.SCOPES valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
pred
public String pred()
-
-