Generators

org.topcased.properties.configurator
Interface Tab

All Superinterfaces:
EObject, Notifier

public interface Tab
extends EObject

A representation of the model object 'Tab'.

The following features are supported:

See Also:
PropertiesConfiguratorPackage.getTab()
** Generated **
Model:

Method Summary
 Tab getAfterTab()
          Returns the value of the 'After Tab' reference.
 Category getCategory()
          Returns the value of the 'Category' container reference.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 java.lang.String getLabel()
          Returns the value of the 'Label' attribute.
 EList getSections()
          Returns the value of the 'Sections' containment reference list.
 boolean isIndented()
          Returns the value of the 'Indented' attribute.
 void setAfterTab(Tab value)
          Sets the value of the 'After Tab' reference.
 void setCategory(Category value)
          Sets the value of the 'Category' container reference.
 void setIndented(boolean value)
          Sets the value of the 'Indented' attribute.
 void setLabel(java.lang.String value)
          Sets the value of the 'Label' attribute
 
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.getTab_Id()
** Generated **
Model:
default="" required="true" transient="true" changeable="false" volatile="true" derived="true"

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.getTab_Label()
** Generated **
Model:
required="true"

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 **

getSections

EList getSections()
Returns the value of the 'Sections' containment reference list. The list contents are of type AbstractSection. It is bidirectional and its opposite is 'Tab'.

If the meaning of the 'Sections' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Sections' containment reference list.
See Also:
PropertiesConfiguratorPackage.getTab_Sections(), AbstractSection.getTab()
** Generated **
Model:
type="org.topcased.properties.configurator.AbstractSection" opposite="tab" containment="true"

getCategory

Category getCategory()
Returns the value of the 'Category' container reference. It is bidirectional and its opposite is 'Tabs'.

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

Returns:
the value of the 'Category' container reference.
See Also:
setCategory(Category), PropertiesConfiguratorPackage.getTab_Category(), Category.getTabs()
** Generated **
Model:
opposite="tabs" required="true"

setCategory

void setCategory(Category value)
Sets the value of the 'Category' container reference.

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

getAfterTab

Tab getAfterTab()
Returns the value of the 'After Tab' reference.

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

Returns:
the value of the 'After Tab' reference.
See Also:
setAfterTab(Tab), PropertiesConfiguratorPackage.getTab_AfterTab()
** Generated **
Model:

setAfterTab

void setAfterTab(Tab value)
Sets the value of the 'After Tab' reference.

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

isIndented

boolean isIndented()
Returns the value of the 'Indented' attribute.

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

Returns:
the value of the 'Indented' attribute.
See Also:
setIndented(boolean), PropertiesConfiguratorPackage.getTab_Indented()
** Generated **
Model:
required="true"

setIndented

void setIndented(boolean value)
Sets the value of the 'Indented' attribute.

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

Generators

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