Interface OapiSection

All Superinterfaces:
OapiBaseEntity

public interface OapiSection extends OapiBaseEntity
A higher level business process.

The following attributes and references are supported:

  • Method Details

    • getAnnotation

      OapiAnnotation getAnnotation()
      Returns all metadata on an element (documentation etc.).
      Returns:
      all metadata on an element (documentation etc.)
      See Also:
    • setAnnotation

      void setAnnotation(OapiAnnotation value)
      Set all metadata on an element (documentation etc.).
      Parameters:
      value - the new value of the 'Annotation' containment reference.
      See Also:
    • getDisplayOrder

      int getDisplayOrder()
      Returns an integer order attribute for displaying purposes.
      Returns:
      an integer order attribute for displaying purposes
      See Also:
    • setDisplayOrder

      void setDisplayOrder(int value)
      Set an integer order attribute for displaying purposes.
      Parameters:
      value - the new value of the 'Display Order' attribute.
      See Also:
    • getFIXMLFileName

      String getFIXMLFileName()
      Returns an associated FIXML filename.
      Returns:
      an associated FIXML filename
      See Also:
    • setFIXMLFileName

      void setFIXMLFileName(String value)
      Set an associated FIXML filename.
      Parameters:
      value - the new value of the 'FIXML File Name' attribute.
      See Also:
    • getName

      String getName()
      Returns the name of the section.
      Returns:
      the name of the section
      See Also:
    • setName

      void setName(String value)
      Set the name of the section.
      Parameters:
      value - the new value of the 'Name' attribute.
      See Also: