Package fr.esrf.tango.pogo.pogoDsl
Interface OneClassSimpleDef
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
OneClassSimpleDefImpl
public interface OneClassSimpleDef extends org.eclipse.emf.ecore.EObjectA representation of the model object 'One Class Simple Def'.The following features are supported:
- See Also:
PogoDslPackage.getOneClassSimpleDef()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<AdditionalFile>getAdditionalFiles()Returns the value of the 'Additional Files' containment reference list.java.lang.StringgetClassname()Returns the value of the 'Classname' attribute.java.lang.StringgetHasDynamic()Returns the value of the 'Has Dynamic' attribute.org.eclipse.emf.common.util.EList<Inheritance>getInheritances()Returns the value of the 'Inheritances' containment reference list.org.eclipse.emf.common.util.EList<java.lang.String>getParentClasses()Returns the value of the 'Parent Classes' attribute list.java.lang.StringgetPogo6()Returns the value of the 'Pogo6' attribute.java.lang.StringgetSourcePath()Returns the value of the 'Source Path' attribute.voidsetClassname(java.lang.String value)Sets the value of the 'Classname' attribute.voidsetHasDynamic(java.lang.String value)Sets the value of the 'Has Dynamic' attribute.voidsetPogo6(java.lang.String value)Sets the value of the 'Pogo6' 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.getOneClassSimpleDef_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.getOneClassSimpleDef_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()
-
getHasDynamic
java.lang.String getHasDynamic()
Returns the value of the 'Has Dynamic' attribute.- Returns:
- the value of the 'Has Dynamic' attribute.
- See Also:
setHasDynamic(String),PogoDslPackage.getOneClassSimpleDef_HasDynamic()
-
setHasDynamic
void setHasDynamic(java.lang.String value)
Sets the value of the 'Has Dynamic' attribute.- Parameters:
value- the new value of the 'Has Dynamic' attribute.- See Also:
getHasDynamic()
-
getPogo6
java.lang.String getPogo6()
Returns the value of the 'Pogo6' attribute.- Returns:
- the value of the 'Pogo6' attribute.
- See Also:
setPogo6(String),PogoDslPackage.getOneClassSimpleDef_Pogo6()
-
setPogo6
void setPogo6(java.lang.String value)
Sets the value of the 'Pogo6' attribute.- Parameters:
value- the new value of the 'Pogo6' attribute.- See Also:
getPogo6()
-
getInheritances
org.eclipse.emf.common.util.EList<Inheritance> getInheritances()
Returns the value of the 'Inheritances' containment reference list. The list contents are of typeInheritance.- Returns:
- the value of the 'Inheritances' containment reference list.
- See Also:
PogoDslPackage.getOneClassSimpleDef_Inheritances()
-
getParentClasses
org.eclipse.emf.common.util.EList<java.lang.String> getParentClasses()
Returns the value of the 'Parent Classes' attribute list. The list contents are of typeString.- Returns:
- the value of the 'Parent Classes' attribute list.
- See Also:
PogoDslPackage.getOneClassSimpleDef_ParentClasses()
-
getAdditionalFiles
org.eclipse.emf.common.util.EList<AdditionalFile> getAdditionalFiles()
Returns the value of the 'Additional Files' containment reference list. The list contents are of typeAdditionalFile.- Returns:
- the value of the 'Additional Files' containment reference list.
- See Also:
PogoDslPackage.getOneClassSimpleDef_AdditionalFiles()
-
-