Generators

org.topcased.properties.configurator
Interface AbstractSection

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
AdvancedSection, MultipleFeatureSection, SingleFeatureSection

public interface AbstractSection
extends EObject

A representation of the model object 'Abstract Section'.

The following features are supported:

See Also:
PropertiesConfiguratorPackage.getAbstractSection()
** Generated **
Model:
abstract="true"

Method Summary
 AbstractSection getAfterSection()
          Returns the value of the 'After Section' reference.
 java.lang.String getClassName()
           
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 java.lang.String getLabel()
          Returns the value of the 'Label' attribute.
 Tab getTab()
          Returns the value of the 'Tab' container reference.
 void setAfterSection(AbstractSection value)
          Sets the value of the 'After Section' reference.
 void setLabel(java.lang.String value)
          Sets the value of the 'Label' attribute.
 void setTab(Tab value)
          Sets the value of the 'Tab' container reference.
 
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
 

Method Detail

getId

java.lang.String getId()
Returns the value of the 'Id' attribute. The default value is "".

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

Returns:
the value of the 'Id' attribute.
See Also:
PropertiesConfiguratorPackage.getAbstractSection_Id()
** Generated **
Model:
default="" required="true" transient="true" changeable="false" volatile="true" derived="true"

getTab

Tab getTab()
Returns the value of the 'Tab' container reference. It is bidirectional and its opposite is 'Sections'.

If the meaning of the 'Tab' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Tab' container reference.
See Also:
setTab(Tab), PropertiesConfiguratorPackage.getAbstractSection_Tab(), Tab.getSections()
** Generated **
Model:
opposite="sections" required="true"

setTab

void setTab(Tab value)
Sets the value of the 'Tab' container reference.

Parameters:
value - the new value of the 'Tab' container reference.
See Also:
getTab()
** Generated **

getAfterSection

AbstractSection getAfterSection()
Returns the value of the 'After Section' reference.

If the meaning of the 'After Section' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'After Section' reference.
See Also:
setAfterSection(AbstractSection), PropertiesConfiguratorPackage.getAbstractSection_AfterSection()
** Generated **
Model:

setAfterSection

void setAfterSection(AbstractSection value)
Sets the value of the 'After Section' reference.

Parameters:
value - the new value of the 'After Section' reference.
See Also:
getAfterSection()
** Generated **

getLabel

java.lang.String getLabel()
Returns the value of the 'Label' attribute.

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

Returns:
the value of the 'Label' attribute.
See Also:
setLabel(String), PropertiesConfiguratorPackage.getAbstractSection_Label()
** Generated **
Model:

setLabel

void setLabel(java.lang.String value)
Sets the value of the 'Label' attribute.

Parameters:
value - the new value of the 'Label' attribute.
See Also:
getLabel()
** Generated **

getClassName

java.lang.String getClassName()

** Generated **
Model:
kind="operation"

Generators

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.