Generators

org.topcased.properties.configurator
Interface TabbedView

All Superinterfaces:
EObject, Notifier

public interface TabbedView
extends EObject

A representation of the model object 'Tabbed View'.

The following features are supported:

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

Method Summary
 java.lang.String getBasePackage()
          Returns the value of the 'Base Package' attribute.
 EList getCategories()
          Returns the value of the 'Categories' containment reference list.
 GenModel getGenModel()
          Returns the value of the 'Gen Model' reference.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 java.lang.String getIdUnspaced()
           
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 java.lang.String getProjectName()
          Returns the value of the 'Project Name' attribute.
 java.lang.String getProjectNameUnspaced()
           
 java.lang.String replaceSpaces(java.lang.String toReplace)
           
 void setBasePackage(java.lang.String value)
          Sets the value of the 'Base Package' attribute.
 void setGenModel(GenModel value)
          Sets the value of the 'Gen Model' reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setProjectName(java.lang.String value)
          Sets the value of the 'Project Name' 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

getProjectName

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

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

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

setProjectName

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

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

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

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:
setId(String), PropertiesConfiguratorPackage.getTabbedView_Id()
** Generated **
Model:
required="true"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

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

getCategories

EList getCategories()
Returns the value of the 'Categories' containment reference list. The list contents are of type Category. It is bidirectional and its opposite is 'Parent'.

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

Returns:
the value of the 'Categories' containment reference list.
See Also:
PropertiesConfiguratorPackage.getTabbedView_Categories(), Category.getParent()
** Generated **
Model:
type="org.topcased.properties.configurator.Category" opposite="parent" containment="true" required="true"

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

getGenModel

GenModel getGenModel()
Returns the value of the 'Gen Model' reference.

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

Returns:
the value of the 'Gen Model' reference.
See Also:
setGenModel(GenModel), PropertiesConfiguratorPackage.getTabbedView_GenModel()
** Generated **
Model:

setGenModel

void setGenModel(GenModel value)
Sets the value of the 'Gen Model' reference.

Parameters:
value - the new value of the 'Gen Model' reference.
See Also:
getGenModel()
** Generated **

getBasePackage

java.lang.String getBasePackage()
Returns the value of the 'Base Package' attribute.

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

Returns:
the value of the 'Base Package' attribute.
See Also:
setBasePackage(String), PropertiesConfiguratorPackage.getTabbedView_BasePackage()
** Generated **
Model:

setBasePackage

void setBasePackage(java.lang.String value)
Sets the value of the 'Base Package' attribute.

Parameters:
value - the new value of the 'Base Package' attribute.
See Also:
getBasePackage()
** Generated **

getProjectNameUnspaced

java.lang.String getProjectNameUnspaced()

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

getIdUnspaced

java.lang.String getIdUnspaced()

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

replaceSpaces

java.lang.String replaceSpaces(java.lang.String toReplace)

** Generated **
Model:
toReplaceRequired="true"

Generators

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