Interface Data

All Superinterfaces:
Annotated, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, References, RootElement, RosettaDefinable, RosettaNamed, RosettaRootElement, RosettaType
All Known Subinterfaces:
Choice
All Known Implementing Classes:
ChoiceImpl, DataImpl

public interface Data extends RosettaType, RootElement, References
A representation of the model object 'Data'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.emf.common.util.EList<Attribute>
    Returns the value of the 'Attributes' containment reference list.
    org.eclipse.emf.common.util.EList<Condition>
    Returns the value of the 'Conditions' containment reference list.
    Returns the value of the 'Super Type' reference.
    org.eclipse.emf.common.util.EList<RosettaClassSynonym>
    Returns the value of the 'Synonyms' containment reference list.
    boolean
    void
    Sets the value of the 'Super Type' reference.

    Methods inherited from interface com.regnosys.rosetta.rosetta.simple.Annotated

    getAnnotations

    Methods inherited from interface org.eclipse.emf.ecore.EObject

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

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver

    Methods inherited from interface com.regnosys.rosetta.rosetta.simple.References

    getReferences

    Methods inherited from interface com.regnosys.rosetta.rosetta.RosettaDefinable

    getDefinition, setDefinition

    Methods inherited from interface com.regnosys.rosetta.rosetta.RosettaNamed

    getName, setName

    Methods inherited from interface com.regnosys.rosetta.rosetta.RosettaRootElement

    getModel, setModel
  • Method Details

    • getSuperType

      Data getSuperType()
      Returns the value of the 'Super Type' reference.
      Returns:
      the value of the 'Super Type' reference.
      See Also:
    • setSuperType

      void setSuperType(Data value)
      Sets the value of the 'Super Type' reference.
      Parameters:
      value - the new value of the 'Super Type' reference.
      See Also:
    • getSynonyms

      org.eclipse.emf.common.util.EList<RosettaClassSynonym> getSynonyms()
      Returns the value of the 'Synonyms' containment reference list. The list contents are of type RosettaClassSynonym.
      Returns:
      the value of the 'Synonyms' containment reference list.
      See Also:
    • getAttributes

      org.eclipse.emf.common.util.EList<Attribute> getAttributes()
      Returns the value of the 'Attributes' containment reference list. The list contents are of type Attribute.
      Returns:
      the value of the 'Attributes' containment reference list.
      See Also:
    • getConditions

      org.eclipse.emf.common.util.EList<Condition> getConditions()
      Returns the value of the 'Conditions' containment reference list. The list contents are of type Condition.
      Returns:
      the value of the 'Conditions' containment reference list.
      See Also:
    • hasSuperType

      boolean hasSuperType()