TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.models.common.configuration.impl
Class CFGCategoryImpl

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.hyades.models.common.common.impl.CMNNamedElementImpl
                  extended by org.eclipse.hyades.models.common.configuration.impl.CFGCategoryImpl
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, CMNNamedElement, CFGCategory, ICategory
Direct Known Subclasses:
HyadesBrowserTypeCategoryImpl, HyadesBrowserVersionCategoryImpl, HyadesClasspathCategoryImpl, HyadesDatabaseCategoryImpl, HyadesDatabaseVersionCategoryImpl, HyadesDisplayColorDepthCategoryImpl, HyadesDisplayHeightCategoryImpl, HyadesDisplayNumberCategoryImpl, HyadesDisplayWidthCategoryImpl, HyadesHostnameCategoryImpl, HyadesMajorVersionCategoryImpl, HyadesMemorySizeCategoryImpl, HyadesMinorVersionCategoryImpl, HyadesOperatingSystemCategoryImpl, HyadesPasswordCategoryImpl, HyadesProcessorNumberCategoryImpl, HyadesProcessorSpeedCategoryImpl, HyadesProcessorTypeCategoryImpl, HyadesRootDirectroyCategoryImpl, HyadesServicePackCategoryImpl, HyadesUsernameCategoryImpl, HyadesWindowsDomainCategoryImpl

public abstract class CFGCategoryImpl
extends CMNNamedElementImpl
implements CFGCategory

An implementation of the model object 'CFG Category'.

The following features are implemented:

Generated

Nested Class Summary
 
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>
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
ELAST_EOBJECT_FLAG
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Method Summary
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
 void eUnset(int featureID)
           
 java.lang.String getDisplayName()
          Returns the value of the 'Display Name' attribute
 java.lang.String getDisplayNameGen()
           
 int getSelectionAmount()
           
 CFGCategorySelectionMode getSelectionMode()
           
 CFGCategorySelectionMultiplicity getSelectionMultiplicity()
           
 void setDisplayName(java.lang.String newDisplayName)
           
 void setInternalDisplayName(java.lang.String displayName)
           
 void setSelectionAmount(int newSelectionAmount)
           
 void setSelectionMode(CFGCategorySelectionMode newSelectionMode)
           
 void setSelectionMultiplicity(CFGCategorySelectionMultiplicity newSelectionMultiplicity)
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.hyades.models.common.common.impl.CMNNamedElementImpl
getAdapter, getDescription, getId, getName, setDescription, setId, setName
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.hyades.models.common.common.CMNNamedElement
getDescription, getId, getName, setDescription, setId, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, 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.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.hyades.models.common.configuration.util.ICategory
getDescription, getId, getName
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Method Detail

getDisplayName

public java.lang.String getDisplayName()
Description copied from interface: CFGCategory
Returns the value of the 'Display Name' attribute.

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

Specified by:
getDisplayName in interface CFGCategory
Specified by:
getDisplayName in interface ICategory
Returns:
the value of the 'Display Name' attribute.
See Also:
CFGCategory.setDisplayName(String), Common_ConfigurationPackage.getCFGCategory_DisplayName()

getDisplayNameGen

public java.lang.String getDisplayNameGen()

Generated

setDisplayName

public void setDisplayName(java.lang.String newDisplayName)

Specified by:
setDisplayName in interface CFGCategory
Parameters:
newDisplayName - the new value of the 'Display Name' attribute.
See Also:
CFGCategory.getDisplayName()
Generated

getSelectionMode

public CFGCategorySelectionMode getSelectionMode()

Specified by:
getSelectionMode in interface CFGCategory
Specified by:
getSelectionMode in interface ICategory
Returns:
the value of the 'Selection Mode' attribute.
See Also:
CFGCategorySelectionMode, CFGCategory.setSelectionMode(CFGCategorySelectionMode), Common_ConfigurationPackage.getCFGCategory_SelectionMode()
Generated

setSelectionMode

public void setSelectionMode(CFGCategorySelectionMode newSelectionMode)

Specified by:
setSelectionMode in interface CFGCategory
Parameters:
newSelectionMode - the new value of the 'Selection Mode' attribute.
See Also:
CFGCategorySelectionMode, CFGCategory.getSelectionMode()
Generated

getSelectionAmount

public int getSelectionAmount()

Specified by:
getSelectionAmount in interface CFGCategory
Specified by:
getSelectionAmount in interface ICategory
Returns:
the value of the 'Selection Amount' attribute.
See Also:
CFGCategory.setSelectionAmount(int), Common_ConfigurationPackage.getCFGCategory_SelectionAmount()
Generated

setSelectionAmount

public void setSelectionAmount(int newSelectionAmount)

Specified by:
setSelectionAmount in interface CFGCategory
Parameters:
newSelectionAmount - the new value of the 'Selection Amount' attribute.
See Also:
CFGCategory.getSelectionAmount()
Generated

getSelectionMultiplicity

public CFGCategorySelectionMultiplicity getSelectionMultiplicity()

Specified by:
getSelectionMultiplicity in interface CFGCategory
Specified by:
getSelectionMultiplicity in interface ICategory
Returns:
the value of the 'Selection Multiplicity' attribute.
See Also:
CFGCategorySelectionMultiplicity, CFGCategory.setSelectionMultiplicity(CFGCategorySelectionMultiplicity), Common_ConfigurationPackage.getCFGCategory_SelectionMultiplicity()
Generated

setSelectionMultiplicity

public void setSelectionMultiplicity(CFGCategorySelectionMultiplicity newSelectionMultiplicity)

Specified by:
setSelectionMultiplicity in interface CFGCategory
Parameters:
newSelectionMultiplicity - the new value of the 'Selection Multiplicity' attribute.
See Also:
CFGCategorySelectionMultiplicity, CFGCategory.getSelectionMultiplicity()
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 CMNNamedElementImpl
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 CMNNamedElementImpl
Generated

eUnset

public void eUnset(int featureID)

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

eIsSet

public boolean eIsSet(int featureID)

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

toString

public java.lang.String toString()

Overrides:
toString in class CMNNamedElementImpl
Generated

setInternalDisplayName

public void setInternalDisplayName(java.lang.String displayName)

TPTP 4.6.0 Platform Project
Public API Specification