Package fr.esrf.tango.pogo.pogoDsl
Interface InheritanceStatus
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
InheritanceStatusImpl
public interface InheritanceStatus extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Inheritance Status'.The following features are supported:
- See Also:
PogoDslPackage.getInheritanceStatus()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAbstract()Returns the value of the 'Abstract' attribute.java.lang.StringgetConcrete()Returns the value of the 'Concrete' attribute.java.lang.StringgetConcreteHere()Returns the value of the 'Concrete Here' attribute.java.lang.StringgetHasChanged()Returns the value of the 'Has Changed' attribute.java.lang.StringgetInherited()Returns the value of the 'Inherited' attribute.voidsetAbstract(java.lang.String value)Sets the value of the 'Abstract' attribute.voidsetConcrete(java.lang.String value)Sets the value of the 'Concrete' attribute.voidsetConcreteHere(java.lang.String value)Sets the value of the 'Concrete Here' attribute.voidsetHasChanged(java.lang.String value)Sets the value of the 'Has Changed' attribute.voidsetInherited(java.lang.String value)Sets the value of the 'Inherited' attribute.
-
-
-
Method Detail
-
getAbstract
java.lang.String getAbstract()
Returns the value of the 'Abstract' attribute.- Returns:
- the value of the 'Abstract' attribute.
- See Also:
setAbstract(String),PogoDslPackage.getInheritanceStatus_Abstract()
-
setAbstract
void setAbstract(java.lang.String value)
Sets the value of the 'Abstract' attribute.- Parameters:
value- the new value of the 'Abstract' attribute.- See Also:
getAbstract()
-
getInherited
java.lang.String getInherited()
Returns the value of the 'Inherited' attribute.- Returns:
- the value of the 'Inherited' attribute.
- See Also:
setInherited(String),PogoDslPackage.getInheritanceStatus_Inherited()
-
setInherited
void setInherited(java.lang.String value)
Sets the value of the 'Inherited' attribute.- Parameters:
value- the new value of the 'Inherited' attribute.- See Also:
getInherited()
-
getConcrete
java.lang.String getConcrete()
Returns the value of the 'Concrete' attribute.- Returns:
- the value of the 'Concrete' attribute.
- See Also:
setConcrete(String),PogoDslPackage.getInheritanceStatus_Concrete()
-
setConcrete
void setConcrete(java.lang.String value)
Sets the value of the 'Concrete' attribute.- Parameters:
value- the new value of the 'Concrete' attribute.- See Also:
getConcrete()
-
getConcreteHere
java.lang.String getConcreteHere()
Returns the value of the 'Concrete Here' attribute.- Returns:
- the value of the 'Concrete Here' attribute.
- See Also:
setConcreteHere(String),PogoDslPackage.getInheritanceStatus_ConcreteHere()
-
setConcreteHere
void setConcreteHere(java.lang.String value)
Sets the value of the 'Concrete Here' attribute.- Parameters:
value- the new value of the 'Concrete Here' attribute.- See Also:
getConcreteHere()
-
getHasChanged
java.lang.String getHasChanged()
Returns the value of the 'Has Changed' attribute.- Returns:
- the value of the 'Has Changed' attribute.
- See Also:
setHasChanged(String),PogoDslPackage.getInheritanceStatus_HasChanged()
-
setHasChanged
void setHasChanged(java.lang.String value)
Sets the value of the 'Has Changed' attribute.- Parameters:
value- the new value of the 'Has Changed' attribute.- See Also:
getHasChanged()
-
-