org.eclipse.ocl.examples.pivot.internal.impl
Class PropertyImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by org.eclipse.ocl.examples.pivot.utilities.PivotObjectImpl
                  extended by org.eclipse.ocl.examples.pivot.internal.impl.ElementImpl
                      extended by org.eclipse.ocl.examples.pivot.internal.impl.MonikeredElementImpl
                          extended by org.eclipse.ocl.examples.pivot.internal.impl.NamedElementImpl
                              extended by org.eclipse.ocl.examples.pivot.internal.impl.TypedElementImpl
                                  extended by org.eclipse.ocl.examples.pivot.internal.impl.TypedMultiplicityElementImpl
                                      extended by org.eclipse.ocl.examples.pivot.internal.impl.FeatureImpl
                                          extended by org.eclipse.ocl.examples.pivot.internal.impl.PropertyImpl
All Implemented Interfaces:
java.lang.Iterable<Property>, org.eclipse.emf.common.notify.Adapter, org.eclipse.emf.common.notify.Adapter.Internal, org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, Element, Feature, MonikeredElement, MultiplicityElement, NamedElement, ParameterableElement, Property, TypedElement, TypedMultiplicityElement, Nameable, Visitable, PivotObject

public class PropertyImpl
extends FeatureImpl
implements Property

An implementation of the model object 'Property'.

The following features are implemented:

Generated

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
 
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
org.eclipse.emf.common.notify.Adapter.Internal
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
protected  AssociationClass association
          The cached value of the 'Association' reference.
protected  java.lang.String default_
          The cached value of the 'Default' attribute.
protected static java.lang.String DEFAULT_EDEFAULT
          The default value of the 'Default' attribute.
protected static boolean IMPLICIT_EDEFAULT
          The default value of the 'Implicit' attribute.
protected static int IMPLICIT_EFLAG
          The flag representing the value of the 'Implicit' attribute.
protected static boolean IS_COMPOSITE_EDEFAULT
          The default value of the 'Is Composite' attribute.
protected static int IS_COMPOSITE_EFLAG
          The flag representing the value of the 'Is Composite' attribute.
protected static boolean IS_DERIVED_EDEFAULT
          The default value of the 'Is Derived' attribute.
protected static int IS_DERIVED_EFLAG
          The flag representing the value of the 'Is Derived' attribute.
protected static boolean IS_ID_EDEFAULT
          The default value of the 'Is ID' attribute.
protected static int IS_ID_EFLAG
          The flag representing the value of the 'Is ID' attribute.
protected static boolean IS_READ_ONLY_EDEFAULT
          The default value of the 'Is Read Only' attribute.
protected static int IS_READ_ONLY_EFLAG
          The flag representing the value of the 'Is Read Only' attribute.
protected static boolean IS_RESOLVE_PROXIES_EDEFAULT
          The default value of the 'Is Resolve Proxies' attribute.
protected static int IS_RESOLVE_PROXIES_EFLAG
          The flag representing the value of the 'Is Resolve Proxies' attribute.
protected static boolean IS_TRANSIENT_EDEFAULT
          The default value of the 'Is Transient' attribute.
protected static int IS_TRANSIENT_EFLAG
          The flag representing the value of the 'Is Transient' attribute.
protected static boolean IS_UNSETTABLE_EDEFAULT
          The default value of the 'Is Unsettable' attribute.
protected static int IS_UNSETTABLE_EFLAG
          The flag representing the value of the 'Is Unsettable' attribute.
protected static boolean IS_VOLATILE_EDEFAULT
          The default value of the 'Is Volatile' attribute.
protected static int IS_VOLATILE_EFLAG
          The flag representing the value of the 'Is Volatile' attribute.
protected  org.eclipse.emf.common.util.EList<Property> keys
          The cached value of the 'Keys' reference list.
protected  Property opposite
          The cached value of the 'Opposite' reference.
protected  TemplateParameter templateParameter
          The cached value of the 'Template Parameter' reference.
 
Fields inherited from class org.eclipse.ocl.examples.pivot.internal.impl.FeatureImpl
implementation, IMPLEMENTATION_CLASS_EDEFAULT, IMPLEMENTATION_EDEFAULT, implementationClass
 
Fields inherited from class org.eclipse.ocl.examples.pivot.internal.impl.TypedMultiplicityElementImpl
IS_ORDERED_EDEFAULT, IS_ORDERED_EFLAG, IS_UNIQUE_EDEFAULT, IS_UNIQUE_EFLAG, lower, LOWER_EDEFAULT, upper, UPPER_EDEFAULT
 
Fields inherited from class org.eclipse.ocl.examples.pivot.internal.impl.TypedElementImpl
type
 
Fields inherited from class org.eclipse.ocl.examples.pivot.internal.impl.NamedElementImpl
IS_STATIC_EDEFAULT, IS_STATIC_EFLAG, name, NAME_EDEFAULT, ownedAnnotations, ownedRules
 
Fields inherited from class org.eclipse.ocl.examples.pivot.internal.impl.MonikeredElementImpl
MONIKER_EDEFAULT
 
Fields inherited from class org.eclipse.ocl.examples.pivot.internal.impl.ElementImpl
ownedComments
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Constructor Summary
protected PropertyImpl()
           
 
Method Summary
<R,C> R
accept(Visitor<R,C> visitor)
          Returns the result of accepting a visit from a visitor.
 AssociationClass basicGetAssociation()
           
 Property basicGetOpposite()
           
 TemplateParameter basicGetTemplateParameter()
           
 org.eclipse.emf.common.notify.NotificationChain basicSetAssociation(AssociationClass newAssociation, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain basicSetClass_(Class newClass, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain basicSetOwningTemplateParameter(TemplateParameter newOwningTemplateParameter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain basicSetTemplateParameter(TemplateParameter newTemplateParameter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 int eBaseStructuralFeatureID(int derivedFeatureID, java.lang.Class<?> baseClass)
           
 org.eclipse.emf.common.notify.NotificationChain eBasicRemoveFromContainerFeature(org.eclipse.emf.common.notify.NotificationChain msgs)
           
 int eDerivedOperationID(int baseOperationID, java.lang.Class<?> baseClass)
           
 int eDerivedStructuralFeatureID(int baseFeatureID, java.lang.Class<?> baseClass)
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 java.lang.Object eInvoke(int operationID, org.eclipse.emf.common.util.EList<?> arguments)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
protected  org.eclipse.emf.ecore.EClass eStaticClass()
           
 void eUnset(int featureID)
           
 AssociationClass getAssociation()
           
 Class getClass_()
           
 java.lang.String getDefault()
           
 org.eclipse.emf.common.util.EList<Property> getKeys()
           
 Property getOpposite()
           
 TemplateParameter getOwningTemplateParameter()
           
 TemplateParameter getTemplateParameter()
           
 boolean isComposite()
           
 boolean isDerived()
           
 boolean isID()
           
 boolean isImplicit()
           
 boolean isReadOnly()
           
 boolean isResolveProxies()
           
 boolean isTemplateParameter()
           
 boolean isTransient()
           
 boolean isUnsettable()
           
 boolean isVolatile()
           
 java.util.Iterator<Property> iterator()
           
 void setAssociation(AssociationClass newAssociation)
           
 void setClass_(Class newClass)
           
 void setDefault(java.lang.String newDefault)
           
 void setImplicit(boolean newImplicit)
           
 void setIsComposite(boolean newIsComposite)
           
 void setIsDerived(boolean newIsDerived)
           
 void setIsID(boolean newIsID)
           
 void setIsReadOnly(boolean newIsReadOnly)
           
 void setIsResolveProxies(boolean newIsResolveProxies)
           
 void setIsTransient(boolean newIsTransient)
           
 void setIsUnsettable(boolean newIsUnsettable)
           
 void setIsVolatile(boolean newIsVolatile)
           
 void setOpposite(Property newOpposite)
           
 void setOwningTemplateParameter(TemplateParameter newOwningTemplateParameter)
           
 void setTemplateParameter(TemplateParameter newTemplateParameter)
           
 java.lang.String toString()
           
 boolean validateBindingToAttribute(org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 
Methods inherited from class org.eclipse.ocl.examples.pivot.internal.impl.FeatureImpl
getImplementation, getImplementationClass, isSetIsStatic, isStatic, setImplementation, setImplementationClass, setIsStatic
 
Methods inherited from class org.eclipse.ocl.examples.pivot.internal.impl.TypedMultiplicityElementImpl
getLower, getUpper, includesCardinality, includesMultiplicity, isMultivalued, isOrdered, isUnique, lowerBound, setIsOrdered, setIsUnique, setLower, setUpper, upperBound, validateLowerGe0, validateUpperGeLower
 
Methods inherited from class org.eclipse.ocl.examples.pivot.internal.impl.TypedElementImpl
basicGetType, getType, setType
 
Methods inherited from class org.eclipse.ocl.examples.pivot.internal.impl.NamedElementImpl
createOwnedAnnotation, createOwnedRule, getName, getOwnedAnnotations, getOwnedRules, setName
 
Methods inherited from class org.eclipse.ocl.examples.pivot.internal.impl.MonikeredElementImpl
getMoniker, hasMoniker, resetMoniker, setMoniker
 
Methods inherited from class org.eclipse.ocl.examples.pivot.internal.impl.ElementImpl
create, createOwnedComment, getOwnedComments
 
Methods inherited from class org.eclipse.ocl.examples.pivot.utilities.PivotObjectImpl
getETarget, getTarget, isAdapterForType, notifyChanged, setTarget, unsetTarget
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBasicRemoveFromContainer, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, 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, 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 org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Feature
getImplementation, getImplementationClass, setImplementation, setImplementationClass
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.TypedElement
getType, setType
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.NamedElement
createOwnedAnnotation, createOwnedRule, getName, getOwnedAnnotations, getOwnedRules, isStatic, setIsStatic, setName
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.MonikeredElement
getMoniker, hasMoniker, setMoniker
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.Element
createOwnedComment, getETarget, getOwnedComments
 
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 org.eclipse.ocl.examples.pivot.util.Visitable
eClass
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.MultiplicityElement
getLower, getUpper, includesCardinality, includesMultiplicity, isMultivalued, isOrdered, isUnique, lowerBound, setIsOrdered, setIsUnique, setLower, setUpper, upperBound, validateLowerGe0, validateUpperGeLower
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Field Detail

templateParameter

protected TemplateParameter templateParameter
The cached value of the 'Template Parameter' reference.

See Also:
getTemplateParameter()
Generated
Ordered

IS_READ_ONLY_EDEFAULT

protected static final boolean IS_READ_ONLY_EDEFAULT
The default value of the 'Is Read Only' attribute.

See Also:
isReadOnly(), Constant Field Values
Generated
Ordered

IS_READ_ONLY_EFLAG

protected static final int IS_READ_ONLY_EFLAG
The flag representing the value of the 'Is Read Only' attribute.

See Also:
isReadOnly(), Constant Field Values
Generated
Ordered

DEFAULT_EDEFAULT

protected static final java.lang.String DEFAULT_EDEFAULT
The default value of the 'Default' attribute.

See Also:
getDefault()
Generated
Ordered

default_

protected java.lang.String default_
The cached value of the 'Default' attribute.

See Also:
getDefault()
Generated
Ordered

IS_COMPOSITE_EDEFAULT

protected static final boolean IS_COMPOSITE_EDEFAULT
The default value of the 'Is Composite' attribute.

See Also:
isComposite(), Constant Field Values
Generated
Ordered

IS_COMPOSITE_EFLAG

protected static final int IS_COMPOSITE_EFLAG
The flag representing the value of the 'Is Composite' attribute.

See Also:
isComposite(), Constant Field Values
Generated
Ordered

IS_DERIVED_EDEFAULT

protected static final boolean IS_DERIVED_EDEFAULT
The default value of the 'Is Derived' attribute.

See Also:
isDerived(), Constant Field Values
Generated
Ordered

IS_DERIVED_EFLAG

protected static final int IS_DERIVED_EFLAG
The flag representing the value of the 'Is Derived' attribute.

See Also:
isDerived(), Constant Field Values
Generated
Ordered

opposite

protected Property opposite
The cached value of the 'Opposite' reference.

See Also:
getOpposite()
Generated
Ordered

association

protected AssociationClass association
The cached value of the 'Association' reference.

See Also:
getAssociation()
Generated
Ordered

IMPLICIT_EDEFAULT

protected static final boolean IMPLICIT_EDEFAULT
The default value of the 'Implicit' attribute.

See Also:
isImplicit(), Constant Field Values
Generated
Ordered

IMPLICIT_EFLAG

protected static final int IMPLICIT_EFLAG
The flag representing the value of the 'Implicit' attribute.

See Also:
isImplicit(), Constant Field Values
Generated
Ordered

IS_ID_EDEFAULT

protected static final boolean IS_ID_EDEFAULT
The default value of the 'Is ID' attribute.

See Also:
isID(), Constant Field Values
Generated
Ordered

IS_ID_EFLAG

protected static final int IS_ID_EFLAG
The flag representing the value of the 'Is ID' attribute.

See Also:
isID(), Constant Field Values
Generated
Ordered

keys

protected org.eclipse.emf.common.util.EList<Property> keys
The cached value of the 'Keys' reference list.

See Also:
getKeys()
Generated
Ordered

IS_RESOLVE_PROXIES_EDEFAULT

protected static final boolean IS_RESOLVE_PROXIES_EDEFAULT
The default value of the 'Is Resolve Proxies' attribute.

See Also:
isResolveProxies(), Constant Field Values
Generated
Ordered

IS_RESOLVE_PROXIES_EFLAG

protected static final int IS_RESOLVE_PROXIES_EFLAG
The flag representing the value of the 'Is Resolve Proxies' attribute.

See Also:
isResolveProxies(), Constant Field Values
Generated
Ordered

IS_TRANSIENT_EDEFAULT

protected static final boolean IS_TRANSIENT_EDEFAULT
The default value of the 'Is Transient' attribute.

See Also:
isTransient(), Constant Field Values
Generated
Ordered

IS_TRANSIENT_EFLAG

protected static final int IS_TRANSIENT_EFLAG
The flag representing the value of the 'Is Transient' attribute.

See Also:
isTransient(), Constant Field Values
Generated
Ordered

IS_UNSETTABLE_EDEFAULT

protected static final boolean IS_UNSETTABLE_EDEFAULT
The default value of the 'Is Unsettable' attribute.

See Also:
isUnsettable(), Constant Field Values
Generated
Ordered

IS_UNSETTABLE_EFLAG

protected static final int IS_UNSETTABLE_EFLAG
The flag representing the value of the 'Is Unsettable' attribute.

See Also:
isUnsettable(), Constant Field Values
Generated
Ordered

IS_VOLATILE_EDEFAULT

protected static final boolean IS_VOLATILE_EDEFAULT
The default value of the 'Is Volatile' attribute.

See Also:
isVolatile(), Constant Field Values
Generated
Ordered

IS_VOLATILE_EFLAG

protected static final int IS_VOLATILE_EFLAG
The flag representing the value of the 'Is Volatile' attribute.

See Also:
isVolatile(), Constant Field Values
Generated
Ordered
Constructor Detail

PropertyImpl

protected PropertyImpl()

Generated
Method Detail

eStaticClass

protected org.eclipse.emf.ecore.EClass eStaticClass()

Overrides:
eStaticClass in class FeatureImpl
Generated

getTemplateParameter

public TemplateParameter getTemplateParameter()

Specified by:
getTemplateParameter in interface ParameterableElement
Returns:
the value of the 'Template Parameter' reference.
See Also:
ParameterableElement.setTemplateParameter(TemplateParameter), PivotPackage.getParameterableElement_TemplateParameter(), TemplateParameter.getParameteredElement()
Generated

basicGetTemplateParameter

public TemplateParameter basicGetTemplateParameter()

Generated

basicSetTemplateParameter

public org.eclipse.emf.common.notify.NotificationChain basicSetTemplateParameter(TemplateParameter newTemplateParameter,
                                                                                 org.eclipse.emf.common.notify.NotificationChain msgs)

Generated

setTemplateParameter

public void setTemplateParameter(TemplateParameter newTemplateParameter)

Specified by:
setTemplateParameter in interface ParameterableElement
Parameters:
newTemplateParameter - the new value of the 'Template Parameter' reference.
See Also:
ParameterableElement.getTemplateParameter()
Generated

getOwningTemplateParameter

public TemplateParameter getOwningTemplateParameter()

Specified by:
getOwningTemplateParameter in interface ParameterableElement
Returns:
the value of the 'Owning Template Parameter' container reference.
See Also:
ParameterableElement.setOwningTemplateParameter(TemplateParameter), PivotPackage.getParameterableElement_OwningTemplateParameter(), TemplateParameter.getOwnedParameteredElement()
Generated

basicSetOwningTemplateParameter

public org.eclipse.emf.common.notify.NotificationChain basicSetOwningTemplateParameter(TemplateParameter newOwningTemplateParameter,
                                                                                       org.eclipse.emf.common.notify.NotificationChain msgs)

Generated

setOwningTemplateParameter

public void setOwningTemplateParameter(TemplateParameter newOwningTemplateParameter)

Specified by:
setOwningTemplateParameter in interface ParameterableElement
Parameters:
newOwningTemplateParameter - the new value of the 'Owning Template Parameter' container reference.
See Also:
ParameterableElement.getOwningTemplateParameter()
Generated

isReadOnly

public boolean isReadOnly()

Specified by:
isReadOnly in interface Property
Returns:
the value of the 'Is Read Only' attribute.
See Also:
Property.setIsReadOnly(boolean), PivotPackage.getProperty_IsReadOnly()
Generated

setIsReadOnly

public void setIsReadOnly(boolean newIsReadOnly)

Specified by:
setIsReadOnly in interface Property
Parameters:
newIsReadOnly - the new value of the 'Is Read Only' attribute.
See Also:
Property.isReadOnly()
Generated

getDefault

public java.lang.String getDefault()

Specified by:
getDefault in interface Property
Returns:
the value of the 'Default' attribute.
See Also:
Property.setDefault(String), PivotPackage.getProperty_Default()
Generated

setDefault

public void setDefault(java.lang.String newDefault)

Specified by:
setDefault in interface Property
Parameters:
newDefault - the new value of the 'Default' attribute.
See Also:
Property.getDefault()
Generated

isComposite

public boolean isComposite()

Specified by:
isComposite in interface Property
Returns:
the value of the 'Is Composite' attribute.
See Also:
Property.setIsComposite(boolean), PivotPackage.getProperty_IsComposite()
Generated

setIsComposite

public void setIsComposite(boolean newIsComposite)

Specified by:
setIsComposite in interface Property
Parameters:
newIsComposite - the new value of the 'Is Composite' attribute.
See Also:
Property.isComposite()
Generated

isDerived

public boolean isDerived()

Specified by:
isDerived in interface Property
Returns:
the value of the 'Is Derived' attribute.
See Also:
Property.setIsDerived(boolean), PivotPackage.getProperty_IsDerived()
Generated

setIsDerived

public void setIsDerived(boolean newIsDerived)

Specified by:
setIsDerived in interface Property
Parameters:
newIsDerived - the new value of the 'Is Derived' attribute.
See Also:
Property.isDerived()
Generated

getOpposite

public Property getOpposite()

Specified by:
getOpposite in interface Property
Returns:
the value of the 'Opposite' reference.
See Also:
Property.setOpposite(Property), PivotPackage.getProperty_Opposite()
Generated

basicGetOpposite

public Property basicGetOpposite()

Generated

setOpposite

public void setOpposite(Property newOpposite)

Specified by:
setOpposite in interface Property
Parameters:
newOpposite - the new value of the 'Opposite' reference.
See Also:
Property.getOpposite()
Generated

getAssociation

public AssociationClass getAssociation()

Specified by:
getAssociation in interface Property
Returns:
the value of the 'Association' reference.
See Also:
Property.setAssociation(AssociationClass), PivotPackage.getProperty_Association(), AssociationClass.getUnownedAttributes()
Generated

basicGetAssociation

public AssociationClass basicGetAssociation()

Generated

basicSetAssociation

public org.eclipse.emf.common.notify.NotificationChain basicSetAssociation(AssociationClass newAssociation,
                                                                           org.eclipse.emf.common.notify.NotificationChain msgs)

Generated

setAssociation

public void setAssociation(AssociationClass newAssociation)

Specified by:
setAssociation in interface Property
Parameters:
newAssociation - the new value of the 'Association' reference.
See Also:
Property.getAssociation()
Generated

isImplicit

public boolean isImplicit()

Specified by:
isImplicit in interface Property
Returns:
the value of the 'Implicit' attribute.
See Also:
Property.setImplicit(boolean), PivotPackage.getProperty_Implicit()
Generated

setImplicit

public void setImplicit(boolean newImplicit)

Specified by:
setImplicit in interface Property
Parameters:
newImplicit - the new value of the 'Implicit' attribute.
See Also:
Property.isImplicit()
Generated

isID

public boolean isID()

Specified by:
isID in interface Property
Returns:
the value of the 'Is ID' attribute.
See Also:
Property.setIsID(boolean), PivotPackage.getProperty_IsID()
Generated

setIsID

public void setIsID(boolean newIsID)

Specified by:
setIsID in interface Property
Parameters:
newIsID - the new value of the 'Is ID' attribute.
See Also:
Property.isID()
Generated

getKeys

public org.eclipse.emf.common.util.EList<Property> getKeys()

Specified by:
getKeys in interface Property
Returns:
the value of the 'Keys' reference list.
See Also:
PivotPackage.getProperty_Keys()
Generated

isResolveProxies

public boolean isResolveProxies()

Specified by:
isResolveProxies in interface Property
Returns:
the value of the 'Is Resolve Proxies' attribute.
See Also:
Property.setIsResolveProxies(boolean), PivotPackage.getProperty_IsResolveProxies()
Generated

setIsResolveProxies

public void setIsResolveProxies(boolean newIsResolveProxies)

Specified by:
setIsResolveProxies in interface Property
Parameters:
newIsResolveProxies - the new value of the 'Is Resolve Proxies' attribute.
See Also:
Property.isResolveProxies()
Generated

isTransient

public boolean isTransient()

Specified by:
isTransient in interface Property
Returns:
the value of the 'Is Transient' attribute.
See Also:
Property.setIsTransient(boolean), PivotPackage.getProperty_IsTransient()
Generated

setIsTransient

public void setIsTransient(boolean newIsTransient)

Specified by:
setIsTransient in interface Property
Parameters:
newIsTransient - the new value of the 'Is Transient' attribute.
See Also:
Property.isTransient()
Generated

isUnsettable

public boolean isUnsettable()

Specified by:
isUnsettable in interface Property
Returns:
the value of the 'Is Unsettable' attribute.
See Also:
Property.setIsUnsettable(boolean), PivotPackage.getProperty_IsUnsettable()
Generated

setIsUnsettable

public void setIsUnsettable(boolean newIsUnsettable)

Specified by:
setIsUnsettable in interface Property
Parameters:
newIsUnsettable - the new value of the 'Is Unsettable' attribute.
See Also:
Property.isUnsettable()
Generated

isVolatile

public boolean isVolatile()

Specified by:
isVolatile in interface Property
Returns:
the value of the 'Is Volatile' attribute.
See Also:
Property.setIsVolatile(boolean), PivotPackage.getProperty_IsVolatile()
Generated

setIsVolatile

public void setIsVolatile(boolean newIsVolatile)

Specified by:
setIsVolatile in interface Property
Parameters:
newIsVolatile - the new value of the 'Is Volatile' attribute.
See Also:
Property.isVolatile()
Generated

getClass_

public Class getClass_()

Specified by:
getClass_ in interface Property
Returns:
the value of the 'Class' container reference.
See Also:
Property.setClass_(org.eclipse.ocl.examples.pivot.Class), PivotPackage.getProperty_Class(), Class.getOwnedAttributes()
Generated

basicSetClass_

public org.eclipse.emf.common.notify.NotificationChain basicSetClass_(Class newClass,
                                                                      org.eclipse.emf.common.notify.NotificationChain msgs)

Generated

setClass_

public void setClass_(Class newClass)

Specified by:
setClass_ in interface Property
Parameters:
newClass - the new value of the 'Class' container reference.
See Also:
Property.getClass_()
Generated

isTemplateParameter

public boolean isTemplateParameter()

Specified by:
isTemplateParameter in interface ParameterableElement
Generated

validateBindingToAttribute

public boolean validateBindingToAttribute(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                                          java.util.Map<java.lang.Object,java.lang.Object> context)

Specified by:
validateBindingToAttribute in interface Property
Parameters:
diagnostics - The chain of diagnostics to which problems are to be appended.
context - The cache of context-specific information.
Generated

eInverseAdd

public org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd,
                                                                   int featureID,
                                                                   org.eclipse.emf.common.notify.NotificationChain msgs)

Overrides:
eInverseAdd in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Generated

eInverseRemove

public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
                                                                      int featureID,
                                                                      org.eclipse.emf.common.notify.NotificationChain msgs)

Overrides:
eInverseRemove in class NamedElementImpl
Generated

eBasicRemoveFromContainerFeature

public org.eclipse.emf.common.notify.NotificationChain eBasicRemoveFromContainerFeature(org.eclipse.emf.common.notify.NotificationChain msgs)

Overrides:
eBasicRemoveFromContainerFeature in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Generated

eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)

Specified by:
eGet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eGet in class FeatureImpl
Generated

eSet

public void eSet(int featureID,
                 java.lang.Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eSet in class FeatureImpl
Generated

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eUnset in class FeatureImpl
Generated

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eIsSet in class FeatureImpl
Generated

eBaseStructuralFeatureID

public int eBaseStructuralFeatureID(int derivedFeatureID,
                                    java.lang.Class<?> baseClass)

Specified by:
eBaseStructuralFeatureID in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eBaseStructuralFeatureID in class TypedMultiplicityElementImpl
Generated

eDerivedStructuralFeatureID

public int eDerivedStructuralFeatureID(int baseFeatureID,
                                       java.lang.Class<?> baseClass)

Specified by:
eDerivedStructuralFeatureID in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eDerivedStructuralFeatureID in class TypedMultiplicityElementImpl
Generated

eDerivedOperationID

public int eDerivedOperationID(int baseOperationID,
                               java.lang.Class<?> baseClass)

Specified by:
eDerivedOperationID in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eDerivedOperationID in class TypedMultiplicityElementImpl
Generated

eInvoke

public java.lang.Object eInvoke(int operationID,
                                org.eclipse.emf.common.util.EList<?> arguments)
                         throws java.lang.reflect.InvocationTargetException

Specified by:
eInvoke in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eInvoke in class TypedMultiplicityElementImpl
Throws:
java.lang.reflect.InvocationTargetException
Generated

toString

public java.lang.String toString()

Overrides:
toString in class FeatureImpl
Generated
NOT

accept

public <R,C> R accept(Visitor<R,C> visitor)
Description copied from interface: Visitable
Returns the result of accepting a visit from a visitor. Implementations typically invoke a derived-class-specific variant of visitXXX() to facilitate derived-class-specific processing or just visit() when no such method is available.

Implementations of visit() may use the EcoreSwitch to perform derived-class-specific processing.

Derived implementations of accept() may use getAdapter() to obtain richer visitor interfaces.

Specified by:
accept in interface Visitable
Overrides:
accept in class FeatureImpl
Returns:
the result of the visit.

iterator

public java.util.Iterator<Property> iterator()
Specified by:
iterator in interface java.lang.Iterable<Property>