Interface VariableItem

All Superinterfaces:
Item, ProgramNode, Serializable, StructuralNode
All Known Implementing Classes:
ImmutableVariableItem

@Immutable public interface VariableItem extends Item
  • Method Details

    • getValueExpression

      @NonNull Expression getValueExpression()
    • isAsync

      @Default default boolean isAsync()
    • isPublished

      @Default default boolean isPublished()
    • getValueType

      @NonNull default ValueType getValueType()
      Specified by:
      getValueType in interface Item