EGF Engine
Release 0.1.0

org.eclipse.egf.model
Interface Domain

All Superinterfaces:
NamedModelElementWithId
All Known Implementing Classes:
DomainImpl

public interface Domain
extends NamedModelElementWithId

A representation of the model object 'Domain'.

The following features are supported:

See Also:
ModelPackage.getDomain()

Method Summary
 String getPath()
          Returns the value of the 'Path' attribute
 void setPath(String value)
          Sets the value of the 'Path' attribute
 
Methods inherited from interface org.eclipse.egf.model.NamedModelElementWithId
getDescription, getId, getJavaIdentifier, getName, setDescription, setId, setName
 

Method Detail

getPath

String getPath()
Returns the value of the 'Path' attribute.

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

Returns:
the value of the 'Path' attribute.
See Also:
setPath(String), ModelPackage.getDomain_Path()

setPath

void setPath(String value)
Sets the value of the 'Path' attribute.

Parameters:
value - the new value of the 'Path' attribute.
See Also:
getPath()

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.