Generators

org.topcased.properties.configurator
Interface Category

All Superinterfaces:
EObject, Notifier

public interface Category
extends EObject

A representation of the model object 'Category'.

The following features are supported:

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

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 TabbedView getParent()
          Returns the value of the 'Parent' container reference.
 EList getTabs()
          Returns the value of the 'Tabs' containment reference list.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setParent(TabbedView value)
          Sets the value of the 'Parent' 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

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), PropertiesConfiguratorPackage.getCategory_Name()
** Generated **
Model:
required="true"

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

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

getTabs

EList getTabs()
Returns the value of the 'Tabs' containment reference list. The list contents are of type Tab. It is bidirectional and its opposite is 'Category'.

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

Returns:
the value of the 'Tabs' containment reference list.
See Also:
PropertiesConfiguratorPackage.getCategory_Tabs(), Tab.getCategory()
** Generated **
Model:
type="org.topcased.properties.configurator.Tab" opposite="category" containment="true"

getParent

TabbedView getParent()
Returns the value of the 'Parent' container reference. It is bidirectional and its opposite is 'Categories'.

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

Returns:
the value of the 'Parent' container reference.
See Also:
setParent(TabbedView), PropertiesConfiguratorPackage.getCategory_Parent(), TabbedView.getCategories()
** Generated **
Model:
opposite="categories" required="true"

setParent

void setParent(TabbedView value)
Sets the value of the 'Parent' container reference.

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

Generators

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