ujf.verimag.bip.Core.Behaviors
Interface NamedElement

All Known Subinterfaces:
AbstractTransition, AtomType, BipType, Component, ComponentType, CompoundType, Connector, ConnectorType, Constant, Contract, ContractState, DataParameter, DataTypedElement, InterfaceVariable, Module, MultiplicityElement, MultiTransition, Package, Part, PartType, Port, PortDefinition, PortParameter, PortType, PriorityRule, Root, State, System, TimedVariable, Transition, Variable
All Known Implementing Classes:
AbstractTransitionImpl, AtomTypeImpl, BipTypeImpl, ComponentImpl, ComponentTypeImpl, CompoundTypeImpl, ConnectorImpl, ConnectorTypeImpl, ConstantImpl, ContractImpl, ContractStateImpl, DataParameterImpl, DataTypedElementImpl, InterfaceVariableImpl, ModuleImpl, MultiplicityElementImpl, MultiTransitionImpl, NamedElementImpl, PackageImpl, PartImpl, PartTypeImpl, PortDefinitionImpl, PortImpl, PortParameterImpl, PortTypeImpl, PriorityRuleImpl, RootImpl, StateImpl, SystemImpl, TimedVariableImpl, TransitionImpl, VariableImpl

public interface NamedElement

A representation of the model object 'Named Element'.

The following features are supported:

See Also:
BehaviorsPackage.getNamedElement()

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 java.lang.String getScope()
          Returns the value of the 'Scope' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setScope(java.lang.String value)
          Sets the value of the 'Scope' attribute.
 

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), BehaviorsPackage.getNamedElement_Name()

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()

getScope

java.lang.String getScope()
Returns the value of the 'Scope' attribute.

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

Returns:
the value of the 'Scope' attribute.
See Also:
setScope(String), BehaviorsPackage.getNamedElement_Scope()

setScope

void setScope(java.lang.String value)
Sets the value of the 'Scope' attribute.

Parameters:
value - the new value of the 'Scope' attribute.
See Also:
getScope()