Interface DCMIType

All Superinterfaces:
SimpleLiteral

public interface DCMIType extends SimpleLiteral
A representation of the model object 'DCMI Type'.

The following features are supported:

  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.emf.common.util.Enumerator
    Returns the value of the 'Value' attribute.
    void
    setValue(org.eclipse.emf.common.util.Enumerator value)
    Sets the value of the 'Value' attribute.

    Methods inherited from interface org.purl.dc.elements.SimpleLiteral

    getAllContents, getLang, setLang
  • Method Details

    • getValue

      org.eclipse.emf.common.util.Enumerator getValue()
      Returns the value of the 'Value' attribute.
      Returns:
      the value of the 'Value' attribute.
      See Also:
    • setValue

      void setValue(org.eclipse.emf.common.util.Enumerator value)
      Sets the value of the 'Value' attribute.
      Parameters:
      value - the new value of the 'Value' attribute.
      See Also: