ujf.verimag.bip.Core.ActionLanguage.Expressions
Interface FieldNavigationExpression

All Superinterfaces:
Action, DataNavigationExpression, DataReference, Expression
All Known Implementing Classes:
FieldNavigationExpressionImpl

public interface FieldNavigationExpression
extends DataNavigationExpression

A representation of the model object 'Field Navigation Expression'.

The following features are supported:

See Also:
ExpressionsPackage.getFieldNavigationExpression()

Method Summary
 java.lang.String getFieldName()
          Returns the value of the 'Field Name' attribute.
 boolean isIsOnRef()
          Returns the value of the 'Is On Ref' attribute.
 void setFieldName(java.lang.String value)
          Sets the value of the 'Field Name' attribute.
 void setIsOnRef(boolean value)
          Sets the value of the 'Is On Ref' attribute.
 
Methods inherited from interface ujf.verimag.bip.Core.ActionLanguage.Expressions.DataNavigationExpression
getNavigated, setNavigated
 

Method Detail

isIsOnRef

boolean isIsOnRef()
Returns the value of the 'Is On Ref' attribute.

If the meaning of the 'Is On Ref' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Is On Ref' attribute.
See Also:
setIsOnRef(boolean), ExpressionsPackage.getFieldNavigationExpression_IsOnRef()

setIsOnRef

void setIsOnRef(boolean value)
Sets the value of the 'Is On Ref' attribute.

Parameters:
value - the new value of the 'Is On Ref' attribute.
See Also:
isIsOnRef()

getFieldName

java.lang.String getFieldName()
Returns the value of the 'Field Name' attribute.

If the meaning of the 'Field Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Field Name' attribute.
See Also:
setFieldName(String), ExpressionsPackage.getFieldNavigationExpression_FieldName()

setFieldName

void setFieldName(java.lang.String value)
Sets the value of the 'Field Name' attribute.

Parameters:
value - the new value of the 'Field Name' attribute.
See Also:
getFieldName()