Class ScopeKind

  • All Implemented Interfaces:
    java.io.Serializable, org.eclipse.emf.common.util.Enumerator

    public final class ScopeKind
    extends org.eclipse.emf.common.util.AbstractEnumerator
    A representation of the literals of the enumeration 'Scope Kind', and utility methods for working with them.
    See Also:
    RhapsodyPackage.getScopeKind(), Serialized Form
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ScopeKind get​(int value)
      Returns the 'Scope Kind' literal with the specified integer value.
      static ScopeKind get​(java.lang.String literal)
      Returns the 'Scope Kind' literal with the specified literal value.
      static ScopeKind getByName​(java.lang.String name)
      Returns the 'Scope Kind' literal with the specified name.
      • Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator

        getLiteral, getName, getValue, toString, writeReplace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • get

        public static ScopeKind get​(java.lang.String literal)
        Returns the 'Scope Kind' literal with the specified literal value.
        Parameters:
        literal - the literal.
        Returns:
        the matching enumerator or null.
      • getByName

        public static ScopeKind getByName​(java.lang.String name)
        Returns the 'Scope Kind' literal with the specified name.
        Parameters:
        name - the name.
        Returns:
        the matching enumerator or null.
      • get

        public static ScopeKind get​(int value)
        Returns the 'Scope Kind' literal with the specified integer value.
        Parameters:
        value - the integer value.
        Returns:
        the matching enumerator or null.