Class MemberPropertyTypeImpl

    • Nested Class Summary

      • Nested classes/interfaces inherited from class BasicEObjectImpl

        BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
      • Nested classes/interfaces inherited from class BasicNotifierImpl

        BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterList
      • Nested classes/interfaces inherited from interface InternalEObject

        InternalEObject.EStore
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected ActuateType actuate
      The cached value of the 'Actuate' attribute.
      protected static ActuateType ACTUATE_EDEFAULT
      The default value of the 'Actuate' attribute.
      protected boolean actuateESet
      This is true if the Actuate attribute has been set.
      protected String arcrole
      The cached value of the 'Arcrole' attribute.
      protected static String ARCROLE_EDEFAULT
      The default value of the 'Arcrole' attribute.
      protected String href
      The cached value of the 'Href' attribute.
      protected static String HREF_EDEFAULT
      The default value of the 'Href' attribute.
      protected FeatureMap mixed
      The cached value of the 'Mixed' attribute list.
      protected String role
      The cached value of the 'Role' attribute.
      protected static String ROLE_EDEFAULT
      The default value of the 'Role' attribute.
      protected ShowType show
      The cached value of the 'Show' attribute.
      protected static ShowType SHOW_EDEFAULT
      The default value of the 'Show' attribute.
      protected boolean showESet
      This is true if the Show attribute has been set.
      protected Object state
      The cached value of the 'State' attribute.
      protected static Object STATE_EDEFAULT
      The default value of the 'State' attribute.
      protected String title
      The cached value of the 'Title' attribute.
      protected static String TITLE_EDEFAULT
      The default value of the 'Title' attribute.
      protected String type
      The cached value of the 'Type' attribute.
      protected static String TYPE_EDEFAULT
      The default value of the 'Type' attribute.
      protected boolean typeESet
      This is true if the Type attribute has been set.
      • Fields inherited from class EObjectImpl

        eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
      • Fields inherited from class BasicEObjectImpl

        EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
      • Fields inherited from interface InternalEObject

        EOPPOSITE_FEATURE_BASE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      NotificationChain basicSetSimpleFeatureCollection​(SimpleFeatureCollectionType newSimpleFeatureCollection, NotificationChain msgs)
      NotificationChain basicSetTuple​(TupleType newTuple, NotificationChain msgs)
      Object eGet​(int featureID, boolean resolve, boolean coreType)
      NotificationChain eInverseRemove​(InternalEObject otherEnd, int featureID, NotificationChain msgs)
      boolean eIsSet​(int featureID)
      void eSet​(int featureID, Object newValue)
      protected EClass eStaticClass()
      void eUnset​(int featureID)
      ActuateType getActuate()
      FeatureMap getAny()
      String getArcrole()
      String getHref()
      FeatureMap getMixed()
      String getRole()
      ShowType getShow()
      SimpleFeatureCollectionType getSimpleFeatureCollection()
      FeatureMap getSimpleFeatureCollectionGroup()
      Object getState()
      String getTitle()
      TupleType getTuple()
      String getType()
      boolean isSetActuate()
      boolean isSetShow()
      boolean isSetType()
      void setActuate​(ActuateType newActuate)
      void setArcrole​(String newArcrole)
      void setHref​(String newHref)
      void setRole​(String newRole)
      void setShow​(ShowType newShow)
      void setSimpleFeatureCollection​(SimpleFeatureCollectionType newSimpleFeatureCollection)
      void setState​(Object newState)
      void setTitle​(String newTitle)
      void setTuple​(TupleType newTuple)
      void setType​(String newType)
      String toString()
      void unsetActuate()
      void unsetShow()
      void unsetType()
      • Methods inherited from class EObjectImpl

        eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
      • Methods inherited from class BasicEObjectImpl

        eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
      • Methods inherited from class BasicNotifierImpl

        eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
      • Methods inherited from interface EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface InternalEObject

        eNotificationRequired
      • Methods inherited from interface Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver