Class RoleKind

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

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

      • get

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

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

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