Package io.dialob.program.model
Interface Error
-
- All Superinterfaces:
ProgramNode,Serializable,StructuralNode
- All Known Implementing Classes:
ImmutableError
@Immutable public interface Error extends StructuralNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCode()Optional<Expression>getDisabledExpression()ItemIdgetItemId()ExpressiongetLabel()ExpressiongetValidationExpression()-
Methods inherited from interface io.dialob.program.model.StructuralNode
isPrototype
-
-
-
-
Method Detail
-
getCode
@Nullable String getCode()
-
getItemId
@Nonnull ItemId getItemId()
-
getValidationExpression
@Nonnull Expression getValidationExpression()
-
getDisabledExpression
Optional<Expression> getDisabledExpression()
-
getLabel
@Nullable Expression getLabel()
-
-