Interface EnumerationTypeDeclaration

    • Method Detail

      • getDeclaredValues

        java.lang.Iterable<? extends EnumerationValueDeclaration> getDeclaredValues()
        Returns:
        the values directly declared and contained in the enumeration type declaration
      • findDeclaredValue

        EnumerationValueDeclaration findDeclaredValue​(java.lang.String name)
        Parameters:
        name - of the feature
        Returns:
        the declared value with the given name or null of no such value exists.