Package fr.esrf.tango.pogo.pogoDsl
Interface ClassIdentification
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ClassIdentificationImpl
public interface ClassIdentification extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Class Identification'.The following features are supported:
- See Also:
PogoDslPackage.getClassIdentification()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAuthor()Returns the value of the 'Author' attribute.java.lang.StringgetBus()Returns the value of the 'Bus' attribute.java.lang.StringgetClassFamily()Returns the value of the 'Class Family' attribute.java.lang.StringgetContact()Returns the value of the 'Contact' attribute.java.lang.StringgetEmailDomain()Returns the value of the 'Email Domain' attribute.org.eclipse.emf.common.util.EList<java.lang.String>getKeyWords()Returns the value of the 'Key Words' attribute list.java.lang.StringgetManufacturer()Returns the value of the 'Manufacturer' attribute.java.lang.StringgetPlatform()Returns the value of the 'Platform' attribute.java.lang.StringgetReference()Returns the value of the 'Reference' attribute.java.lang.StringgetSiteSpecific()Returns the value of the 'Site Specific' attribute.voidsetAuthor(java.lang.String value)Sets the value of the 'Author' attribute.voidsetBus(java.lang.String value)Sets the value of the 'Bus' attribute.voidsetClassFamily(java.lang.String value)Sets the value of the 'Class Family' attribute.voidsetContact(java.lang.String value)Sets the value of the 'Contact' attribute.voidsetEmailDomain(java.lang.String value)Sets the value of the 'Email Domain' attribute.voidsetManufacturer(java.lang.String value)Sets the value of the 'Manufacturer' attribute.voidsetPlatform(java.lang.String value)Sets the value of the 'Platform' attribute.voidsetReference(java.lang.String value)Sets the value of the 'Reference' attribute.voidsetSiteSpecific(java.lang.String value)Sets the value of the 'Site Specific' attribute.
-
-
-
Method Detail
-
getContact
java.lang.String getContact()
Returns the value of the 'Contact' attribute.- Returns:
- the value of the 'Contact' attribute.
- See Also:
setContact(String),PogoDslPackage.getClassIdentification_Contact()
-
setContact
void setContact(java.lang.String value)
Sets the value of the 'Contact' attribute.- Parameters:
value- the new value of the 'Contact' attribute.- See Also:
getContact()
-
getAuthor
java.lang.String getAuthor()
Returns the value of the 'Author' attribute.- Returns:
- the value of the 'Author' attribute.
- See Also:
setAuthor(String),PogoDslPackage.getClassIdentification_Author()
-
setAuthor
void setAuthor(java.lang.String value)
Sets the value of the 'Author' attribute.- Parameters:
value- the new value of the 'Author' attribute.- See Also:
getAuthor()
-
getEmailDomain
java.lang.String getEmailDomain()
Returns the value of the 'Email Domain' attribute.- Returns:
- the value of the 'Email Domain' attribute.
- See Also:
setEmailDomain(String),PogoDslPackage.getClassIdentification_EmailDomain()
-
setEmailDomain
void setEmailDomain(java.lang.String value)
Sets the value of the 'Email Domain' attribute.- Parameters:
value- the new value of the 'Email Domain' attribute.- See Also:
getEmailDomain()
-
getClassFamily
java.lang.String getClassFamily()
Returns the value of the 'Class Family' attribute.- Returns:
- the value of the 'Class Family' attribute.
- See Also:
setClassFamily(String),PogoDslPackage.getClassIdentification_ClassFamily()
-
setClassFamily
void setClassFamily(java.lang.String value)
Sets the value of the 'Class Family' attribute.- Parameters:
value- the new value of the 'Class Family' attribute.- See Also:
getClassFamily()
-
getSiteSpecific
java.lang.String getSiteSpecific()
Returns the value of the 'Site Specific' attribute.- Returns:
- the value of the 'Site Specific' attribute.
- See Also:
setSiteSpecific(String),PogoDslPackage.getClassIdentification_SiteSpecific()
-
setSiteSpecific
void setSiteSpecific(java.lang.String value)
Sets the value of the 'Site Specific' attribute.- Parameters:
value- the new value of the 'Site Specific' attribute.- See Also:
getSiteSpecific()
-
getPlatform
java.lang.String getPlatform()
Returns the value of the 'Platform' attribute.- Returns:
- the value of the 'Platform' attribute.
- See Also:
setPlatform(String),PogoDslPackage.getClassIdentification_Platform()
-
setPlatform
void setPlatform(java.lang.String value)
Sets the value of the 'Platform' attribute.- Parameters:
value- the new value of the 'Platform' attribute.- See Also:
getPlatform()
-
getBus
java.lang.String getBus()
Returns the value of the 'Bus' attribute.- Returns:
- the value of the 'Bus' attribute.
- See Also:
setBus(String),PogoDslPackage.getClassIdentification_Bus()
-
setBus
void setBus(java.lang.String value)
Sets the value of the 'Bus' attribute.- Parameters:
value- the new value of the 'Bus' attribute.- See Also:
getBus()
-
getManufacturer
java.lang.String getManufacturer()
Returns the value of the 'Manufacturer' attribute.- Returns:
- the value of the 'Manufacturer' attribute.
- See Also:
setManufacturer(String),PogoDslPackage.getClassIdentification_Manufacturer()
-
setManufacturer
void setManufacturer(java.lang.String value)
Sets the value of the 'Manufacturer' attribute.- Parameters:
value- the new value of the 'Manufacturer' attribute.- See Also:
getManufacturer()
-
getReference
java.lang.String getReference()
Returns the value of the 'Reference' attribute.- Returns:
- the value of the 'Reference' attribute.
- See Also:
setReference(String),PogoDslPackage.getClassIdentification_Reference()
-
setReference
void setReference(java.lang.String value)
Sets the value of the 'Reference' attribute.- Parameters:
value- the new value of the 'Reference' attribute.- See Also:
getReference()
-
getKeyWords
org.eclipse.emf.common.util.EList<java.lang.String> getKeyWords()
Returns the value of the 'Key Words' attribute list. The list contents are of typeString.- Returns:
- the value of the 'Key Words' attribute list.
- See Also:
PogoDslPackage.getClassIdentification_KeyWords()
-
-