Generators

org.topcased.properties.configurator
Interface SingleFeatureSection

All Superinterfaces:
AbstractSection, EObject, Notifier

public interface SingleFeatureSection
extends AbstractSection

A representation of the model object 'Single Feature Section'.

The following features are supported:

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

Method Summary
 GenFeature getFeature()
          Returns the value of the 'Feature' reference.
 boolean isMultiline()
          Returns the value of the 'Multiline' attribute.
 void setFeature(GenFeature value)
          Sets the value of the 'Feature' reference.
 void setMultiline(boolean value)
          Sets the value of the 'Multiline' attribute.
 
Methods inherited from interface org.topcased.properties.configurator.AbstractSection
getAfterSection, getClassName, getId, getLabel, getTab, setAfterSection, setLabel, setTab
 
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

getFeature

GenFeature getFeature()
Returns the value of the 'Feature' reference.

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

Returns:
the value of the 'Feature' reference.
See Also:
setFeature(GenFeature), PropertiesConfiguratorPackage.getSingleFeatureSection_Feature()
** Generated **
Model:
required="true"

setFeature

void setFeature(GenFeature value)
Sets the value of the 'Feature' reference.

Parameters:
value - the new value of the 'Feature' reference.
See Also:
getFeature()
** Generated **

isMultiline

boolean isMultiline()
Returns the value of the 'Multiline' attribute. The default value is "false".

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

Returns:
the value of the 'Multiline' attribute.
See Also:
setMultiline(boolean), PropertiesConfiguratorPackage.getSingleFeatureSection_Multiline()
** Generated **
Model:
default="false"

setMultiline

void setMultiline(boolean value)
Sets the value of the 'Multiline' attribute.

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

Generators

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