Interface IValueTypeVariableFacade<V extends IValue>

All Superinterfaces:
IVariableFacade
All Known Implementing Classes:
ValueTypeVariableFacade

public interface IValueTypeVariableFacade<V extends IValue> extends IVariableFacade
Variable facade for variables determined by part aspects.
  • Method Details

    • getValueType

      IValueType<V> getValueType()
      Returns:
      The value type of this variable.
    • getValue

      V getValue()
      Returns:
      The value contained in this variable.
    • getVariable

      IVariable<V> getVariable()
      Returns:
      The variable referenced by this facade.