Generators

org.topcased.outline.configurator
Interface CreateChildAction

All Superinterfaces:
EObject, MenuItem, Notifier

public interface CreateChildAction
extends MenuItem

A representation of the model object 'Create Child Action'.

The following features are supported:

See Also:
OutlineConfiguratorPackage.getCreateChildAction()
** Generated **
Model:
annotation="http://www.topcased.org/documentation documentation='A CreateChildAction represents an action to create a given typed child.'"

Field Summary
static java.lang.String copyright
           
 
Method Summary
 GenClass getClass_()
          Returns the value of the 'Class' reference.
 ChildActionType getType()
          Returns the value of the 'Type' attribute.
 void setClass(GenClass value)
          Sets the value of the 'Class' reference.
 void setType(ChildActionType value)
          Sets the value of the 'Type' attribute.
 
Methods inherited from interface org.topcased.outline.configurator.MenuItem
getParent
 
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
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
** Generated **
Method Detail

getClass_

GenClass getClass_()
Returns the value of the 'Class' reference.

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

Returns:
the value of the 'Class' reference.
See Also:
setClass(GenClass), OutlineConfiguratorPackage.getCreateChildAction_Class()
** Generated **
Model:
required="true" annotation="http://www.topcased.org/uuid uuid='113196157870342'"

setClass

void setClass(GenClass value)
Sets the value of the 'Class' reference.

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

getType

ChildActionType getType()
Returns the value of the 'Type' attribute. The literals are from the enumeration ChildActionType.

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

Returns:
the value of the 'Type' attribute.
See Also:
ChildActionType, setType(ChildActionType), OutlineConfiguratorPackage.getCreateChildAction_Type()
** Generated **
Model:
annotation="http://www.topcased.org/uuid uuid='113196157870443'"

setType

void setType(ChildActionType value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
ChildActionType, getType()
** Generated **

Generators

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