Package fr.esrf.tango.pogo.pogoDsl
Interface PogoMultiClasses
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PogoMultiClassesImpl
public interface PogoMultiClasses extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Pogo Multi Classes'.The following features are supported:
- See Also:
PogoDslPackage.getPogoMultiClasses()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<OneClassSimpleDef>getClasses()Returns the value of the 'Classes' containment reference list.java.lang.StringgetCopyright()Returns the value of the 'Copyright' attribute.java.lang.StringgetDescription()Returns the value of the 'Description' attribute.java.lang.StringgetFilestogenerate()Returns the value of the 'Filestogenerate' attribute.java.lang.StringgetLicense()Returns the value of the 'License' attribute.java.lang.StringgetName()Returns the value of the 'Name' attribute.java.lang.StringgetPogoRevision()Returns the value of the 'Pogo Revision' attribute.PreferencesgetPreferences()Returns the value of the 'Preferences' containment reference.java.lang.StringgetSourcePath()Returns the value of the 'Source Path' attribute.java.lang.StringgetTitle()Returns the value of the 'Title' attribute.voidsetCopyright(java.lang.String value)Sets the value of the 'Copyright' attribute.voidsetDescription(java.lang.String value)Sets the value of the 'Description' attribute.voidsetFilestogenerate(java.lang.String value)Sets the value of the 'Filestogenerate' attribute.voidsetLicense(java.lang.String value)Sets the value of the 'License' attribute.voidsetName(java.lang.String value)Sets the value of the 'Name' attribute.voidsetPogoRevision(java.lang.String value)Sets the value of the 'Pogo Revision' attribute.voidsetPreferences(Preferences value)Sets the value of the 'Preferences' containment reference.voidsetSourcePath(java.lang.String value)Sets the value of the 'Source Path' attribute.voidsetTitle(java.lang.String value)Sets the value of the 'Title' attribute.
-
-
-
Method Detail
-
getPogoRevision
java.lang.String getPogoRevision()
Returns the value of the 'Pogo Revision' attribute.- Returns:
- the value of the 'Pogo Revision' attribute.
- See Also:
setPogoRevision(String),PogoDslPackage.getPogoMultiClasses_PogoRevision()
-
setPogoRevision
void setPogoRevision(java.lang.String value)
Sets the value of the 'Pogo Revision' attribute.- Parameters:
value- the new value of the 'Pogo Revision' attribute.- See Also:
getPogoRevision()
-
getName
java.lang.String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),PogoDslPackage.getPogoMultiClasses_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()
-
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.getPogoMultiClasses_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()
-
getDescription
java.lang.String getDescription()
Returns the value of the 'Description' attribute.- Returns:
- the value of the 'Description' attribute.
- See Also:
setDescription(String),PogoDslPackage.getPogoMultiClasses_Description()
-
setDescription
void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.- Parameters:
value- the new value of the 'Description' attribute.- See Also:
getDescription()
-
getTitle
java.lang.String getTitle()
Returns the value of the 'Title' attribute.- Returns:
- the value of the 'Title' attribute.
- See Also:
setTitle(String),PogoDslPackage.getPogoMultiClasses_Title()
-
setTitle
void setTitle(java.lang.String value)
Sets the value of the 'Title' attribute.- Parameters:
value- the new value of the 'Title' attribute.- See Also:
getTitle()
-
getLicense
java.lang.String getLicense()
Returns the value of the 'License' attribute.- Returns:
- the value of the 'License' attribute.
- See Also:
setLicense(String),PogoDslPackage.getPogoMultiClasses_License()
-
setLicense
void setLicense(java.lang.String value)
Sets the value of the 'License' attribute.- Parameters:
value- the new value of the 'License' attribute.- See Also:
getLicense()
-
getCopyright
java.lang.String getCopyright()
Returns the value of the 'Copyright' attribute.- Returns:
- the value of the 'Copyright' attribute.
- See Also:
setCopyright(String),PogoDslPackage.getPogoMultiClasses_Copyright()
-
setCopyright
void setCopyright(java.lang.String value)
Sets the value of the 'Copyright' attribute.- Parameters:
value- the new value of the 'Copyright' attribute.- See Also:
getCopyright()
-
getClasses
org.eclipse.emf.common.util.EList<OneClassSimpleDef> getClasses()
Returns the value of the 'Classes' containment reference list. The list contents are of typeOneClassSimpleDef.- Returns:
- the value of the 'Classes' containment reference list.
- See Also:
PogoDslPackage.getPogoMultiClasses_Classes()
-
getFilestogenerate
java.lang.String getFilestogenerate()
Returns the value of the 'Filestogenerate' attribute.- Returns:
- the value of the 'Filestogenerate' attribute.
- See Also:
setFilestogenerate(String),PogoDslPackage.getPogoMultiClasses_Filestogenerate()
-
setFilestogenerate
void setFilestogenerate(java.lang.String value)
Sets the value of the 'Filestogenerate' attribute.- Parameters:
value- the new value of the 'Filestogenerate' attribute.- See Also:
getFilestogenerate()
-
getPreferences
Preferences getPreferences()
Returns the value of the 'Preferences' containment reference.- Returns:
- the value of the 'Preferences' containment reference.
- See Also:
setPreferences(Preferences),PogoDslPackage.getPogoMultiClasses_Preferences()
-
setPreferences
void setPreferences(Preferences value)
Sets the value of the 'Preferences' containment reference.- Parameters:
value- the new value of the 'Preferences' containment reference.- See Also:
getPreferences()
-
-