Class EncapsulatedIdentificationVariableExpressionStateObject

    • Field Detail

      • IDENTIFICATION_VARIABLE_PROPERTY

        public static final String IDENTIFICATION_VARIABLE_PROPERTY
        Notifies the identification variable property has changed.
        See Also:
        Constant Field Values
    • Constructor Detail

      • EncapsulatedIdentificationVariableExpressionStateObject

        protected EncapsulatedIdentificationVariableExpressionStateObject​(StateObject parent)
        Creates a new EncapsulatedIdentificationVariableExpressionStateObject.
        Parameters:
        parent - The parent of this state object, which cannot be null
        Throws:
        NullPointerException - The given parent cannot be null
      • EncapsulatedIdentificationVariableExpressionStateObject

        protected EncapsulatedIdentificationVariableExpressionStateObject​(StateObject parent,
                                                                          String identificationVariable)
        Creates a new EncapsulatedIdentificationVariableExpressionStateObject.
        Parameters:
        parent - The parent of this state object, which cannot be null
        identificationVariable - The identification variable
        Throws:
        NullPointerException - The given parent cannot be null