Package fr.esrf.tango.pogo.pogoDsl
Interface Inheritance
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
InheritanceImpl
public interface Inheritance extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Inheritance'.The following features are supported:
- See Also:
PogoDslPackage.getInheritance()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetClassname()Returns the value of the 'Classname' attribute.java.lang.StringgetSourcePath()Returns the value of the 'Source Path' attribute.voidsetClassname(java.lang.String value)Sets the value of the 'Classname' attribute.voidsetSourcePath(java.lang.String value)Sets the value of the 'Source Path' attribute.
-
-
-
Method Detail
-
getClassname
java.lang.String getClassname()
Returns the value of the 'Classname' attribute.- Returns:
- the value of the 'Classname' attribute.
- See Also:
setClassname(String),PogoDslPackage.getInheritance_Classname()
-
setClassname
void setClassname(java.lang.String value)
Sets the value of the 'Classname' attribute.- Parameters:
value- the new value of the 'Classname' attribute.- See Also:
getClassname()
-
getSourcePath
java.lang.String getSourcePath()
Returns the value of the 'Source Path' attribute.- Returns:
- the value of the 'Source Path' attribute.
- See Also:
setSourcePath(String),PogoDslPackage.getInheritance_SourcePath()
-
setSourcePath
void setSourcePath(java.lang.String value)
Sets the value of the 'Source Path' attribute.- Parameters:
value- the new value of the 'Source Path' attribute.- See Also:
getSourcePath()
-
-