Interface DescribeProcessType

All Superinterfaces:
EObject, Notifier, RequestBaseType
All Known Implementing Classes:
DescribeProcessTypeImpl

public interface DescribeProcessType extends RequestBaseType
A representation of the model object 'Describe Process Type'.

The following features are supported:

See Also:
  • Method Details

    • getIdentifier

      EList<CodeType> getIdentifier()
      Returns the value of the 'Identifier' containment reference list. The list contents are of type CodeType. One or more identifiers for which the process description shall be obtained. "ALL"" is reserved to retrieve the descriptions for all available process offerings.
      Returns:
      the value of the 'Identifier' containment reference list.
      See Also:
    • getLang

      String getLang()
      Returns the value of the 'Lang' attribute. RFC 4646 language code of the human-readable text (e.g. "en-CA") in the process description.
      Returns:
      the value of the 'Lang' attribute.
      See Also:
    • setLang

      void setLang(String value)
      Sets the value of the 'Lang' attribute.
      Parameters:
      value - the new value of the 'Lang' attribute.
      See Also: