Package fr.esrf.tango.pogo.pogoDsl
Interface Property
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PropertyImpl
public interface Property extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Property'.The following features are supported:
- See Also:
PogoDslPackage.getProperty()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<java.lang.String>getDefaultPropValue()Returns the value of the 'Default Prop Value' attribute list.java.lang.StringgetDescription()Returns the value of the 'Description' attribute.java.lang.StringgetMandatory()Returns the value of the 'Mandatory' attribute.java.lang.StringgetName()Returns the value of the 'Name' attribute.InheritanceStatusgetStatus()Returns the value of the 'Status' containment reference.PropTypegetType()Returns the value of the 'Type' containment reference.voidsetDescription(java.lang.String value)Sets the value of the 'Description' attribute.voidsetMandatory(java.lang.String value)Sets the value of the 'Mandatory' attribute.voidsetName(java.lang.String value)Sets the value of the 'Name' attribute.voidsetStatus(InheritanceStatus value)Sets the value of the 'Status' containment reference.voidsetType(PropType value)Sets the value of the 'Type' containment reference.
-
-
-
Method Detail
-
getName
java.lang.String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),PogoDslPackage.getProperty_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()
-
getType
PropType getType()
Returns the value of the 'Type' containment reference.- Returns:
- the value of the 'Type' containment reference.
- See Also:
setType(PropType),PogoDslPackage.getProperty_Type()
-
setType
void setType(PropType value)
Sets the value of the 'Type' containment reference.- Parameters:
value- the new value of the 'Type' containment reference.- See Also:
getType()
-
getStatus
InheritanceStatus getStatus()
Returns the value of the 'Status' containment reference.- Returns:
- the value of the 'Status' containment reference.
- See Also:
setStatus(InheritanceStatus),PogoDslPackage.getProperty_Status()
-
setStatus
void setStatus(InheritanceStatus value)
Sets the value of the 'Status' containment reference.- Parameters:
value- the new value of the 'Status' containment reference.- See Also:
getStatus()
-
getMandatory
java.lang.String getMandatory()
Returns the value of the 'Mandatory' attribute.- Returns:
- the value of the 'Mandatory' attribute.
- See Also:
setMandatory(String),PogoDslPackage.getProperty_Mandatory()
-
setMandatory
void setMandatory(java.lang.String value)
Sets the value of the 'Mandatory' attribute.- Parameters:
value- the new value of the 'Mandatory' attribute.- See Also:
getMandatory()
-
getDescription
java.lang.String getDescription()
Returns the value of the 'Description' attribute.- Returns:
- the value of the 'Description' attribute.
- See Also:
setDescription(String),PogoDslPackage.getProperty_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()
-
getDefaultPropValue
org.eclipse.emf.common.util.EList<java.lang.String> getDefaultPropValue()
Returns the value of the 'Default Prop Value' attribute list. The list contents are of typeString.- Returns:
- the value of the 'Default Prop Value' attribute list.
- See Also:
PogoDslPackage.getProperty_DefaultPropValue()
-
-