Enum Class SynonymScope

java.lang.Object
java.lang.Enum<SynonymScope>
org.coode.owlapi.obo12.parser.SynonymScope
All Implemented Interfaces:
Serializable, Comparable<SynonymScope>, java.lang.constant.Constable

public enum SynonymScope extends Enum<SynonymScope>
Author: Matthew Horridge
Stanford University
Bio-Medical Informatics Research Group
Date: 18/04/2012
  • Enum Constant Details

    • EXACT

      public static final SynonymScope EXACT
      exact synonym
    • BROAD

      public static final SynonymScope BROAD
      less specific
    • NARROW

      public static final SynonymScope NARROW
      more specific
  • Method Details

    • values

      public static SynonymScope[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static SynonymScope valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null