Package com._1c.g5.v8.dt.bsl.model
Interface Pragma
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PragmaImpl
public interface Pragma extends org.eclipse.emf.ecore.EObject
- See Also:
BslPackage.getPragma()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getSymbol()
Returns the value of the 'Symbol' attribute.String
getValue()
Returns the value of the 'Value' attribute.void
setSymbol(String value)
Sets the value of the 'Symbol
' attribute.void
setValue(String value)
Sets the value of the 'Value
' attribute.String
value()
-
-
-
Method Detail
-
getSymbol
String getSymbol()
Returns the value of the 'Symbol' attribute.- Returns:
- the value of the 'Symbol' attribute.
- See Also:
setSymbol(String)
,BslPackage.getPragma_Symbol()
-
setSymbol
void setSymbol(String value)
Sets the value of the 'Symbol
' attribute.- Parameters:
value
- the new value of the 'Symbol' attribute.- See Also:
getSymbol()
-
getValue
String getValue()
Returns the value of the 'Value' attribute.- Returns:
- the value of the 'Value' attribute.
- See Also:
setValue(String)
,BslPackage.getPragma_Value()
-
setValue
void setValue(String value)
Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
getValue()
-
value
String value()
-
-