org.eclipse.etrice.core.config
Interface ActorClassConfig

All Known Implementing Classes:
ActorClassConfigImpl

public interface ActorClassConfig

A representation of the model object 'Actor Class Config'.

The following features are supported:

See Also:
ConfigPackage.getActorClassConfig()
EMF generated code
EMF model element

Method Summary
 ActorClass getActorClass()
          Returns the value of the 'Actor Class' reference.
 void setActorClass(ActorClass value)
          Sets the value of the 'Actor Class' reference.
 

Method Detail

getActorClass

ActorClass getActorClass()
Returns the value of the 'Actor Class' reference.

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

Returns:
the value of the 'Actor Class' reference.
See Also:
setActorClass(ActorClass), ConfigPackage.getActorClassConfig_ActorClass()
EMF generated code
EMF model element

setActorClass

void setActorClass(ActorClass value)
Sets the value of the 'Actor Class' reference.

Parameters:
value - the new value of the 'Actor Class' reference.
See Also:
getActorClass()
EMF generated code