Interface ConceptualSchemeType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
ConceptualSchemeTypeImpl

public interface ConceptualSchemeType extends EObject
A representation of the model object 'Conceptual Scheme Type'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Authority' attribute.
    Returns the value of the 'Document' attribute.
    Returns the value of the 'Name' attribute.
    void
    Sets the value of the 'Authority' attribute.
    void
    Sets the value of the 'Document' attribute.
    void
    setName(String value)
    Sets the value of the 'Name' attribute.

    Methods inherited from interface EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details

    • getName

      String getName()
      Returns the value of the 'Name' attribute.

      If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Name' attribute.
      See Also:
    • setName

      void setName(String value)
      Sets the value of the 'Name' attribute.
      Parameters:
      value - the new value of the 'Name' attribute.
      See Also:
    • getDocument

      String getDocument()
      Returns the value of the 'Document' attribute.

      If the meaning of the 'Document' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Document' attribute.
      See Also:
    • setDocument

      void setDocument(String value)
      Sets the value of the 'Document' attribute.
      Parameters:
      value - the new value of the 'Document' attribute.
      See Also:
    • getAuthority

      String getAuthority()
      Returns the value of the 'Authority' attribute.

      If the meaning of the 'Authority' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Authority' attribute.
      See Also:
    • setAuthority

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