Class StateFieldPathExpressionStateObject

  • All Implemented Interfaces:
    ListHolderStateObject<String>, StateObject

    public class StateFieldPathExpressionStateObject
    extends AbstractPathExpressionStateObject
    A single-valued association field is designated by the name of an association-field in a one-to-one or many-to-one relationship. The type of a single-valued association field and thus a single-valued association path expression is the abstract schema type of the related entity.
    BNF: state_field_path_expression ::= {identification_variable | single_valued_association_path_expression}.state_field

    BNF: single_valued_association_path_expression ::= identification_variable.{single_valued_association_field.}*single_valued_association_field

    Since:
    2.4
    Version:
    2.5
    Author:
    Pascal Filion
    See Also:
    StateFieldPathExpression