EGF Engine
Release 0.1.0

org.eclipse.egf.model
Interface NamedModelElementWithId

All Known Subinterfaces:
AbstractFactoryComponentFactory, AbstractPatternElement, AbstractViewpoint, Context, ContextElement, Contract, ContractElement, ContractElementReference, Domain, Factory, FactoryComponent, FactoryComponentInvocation, MappingModel, MappingViewpoint, PatternLibrary, PatternModel, PatternViewpoint, ProductionPlan, Specification, TaskFactoryHolder, Type
All Known Implementing Classes:
AbstractFactoryComponentFactoryImpl, AbstractPatternElementImpl, AbstractViewpointImpl, ContextElementImpl, ContextImpl, ContractElementImpl, ContractElementReferenceImpl, ContractImpl, DomainImpl, FactoryComponentImpl, FactoryComponentInvocationImpl, FactoryImpl, MappingModelImpl, MappingViewpointImpl, NamedModelElementWithIdImpl, PatternLibraryImpl, PatternModelImpl, PatternViewpointImpl, ProductionPlanImpl, SpecificationImpl, TaskFactoryHolderImpl, TypeImpl

public interface NamedModelElementWithId

A representation of the model object 'Named Model Element With Id'.

The following features are supported:

See Also:
ModelPackage.getNamedModelElementWithId()

Method Summary
 String getDescription()
          Returns the value of the 'Description' attribute
 String getId()
          Returns the value of the 'Id' attribute
 String getJavaIdentifier()
          Returns the value of the 'Java Identifier' attribute
 String getName()
          Returns the value of the 'Name' attribute
 void setDescription(String value)
          Sets the value of the 'Description' attribute
 void setId(String value)
          Sets the value of the 'Id' attribute
 void setName(String value)
          Sets the value of the 'Name' attribute.
 

Method Detail

getId

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), ModelPackage.getNamedModelElementWithId_Id()

setId

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

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

getJavaIdentifier

String getJavaIdentifier()
Returns the value of the 'Java Identifier' attribute.

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

Returns:
the value of the 'Java Identifier' attribute.
See Also:
ModelPackage.getNamedModelElementWithId_JavaIdentifier()

getName

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), ModelPackage.getNamedModelElementWithId_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getDescription

String getDescription()
Returns the value of the 'Description' attribute.

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

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), ModelPackage.getNamedModelElementWithId_Description()

setDescription

void setDescription(String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()

EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.