Package io.dialob.api.form
Interface Variable
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ImmutableVariable,ModifiableVariable
@Immutable @Modifiable @TypeAdapters public interface Variable extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleangetContext()StringgetContextType()ObjectgetDefaultValue()StringgetExpression()StringgetName()BooleangetPublished()
-
-
-
Method Detail
-
getName
@NotNull @Parameter String getName()
-
getExpression
@Parameter String getExpression()
-
getDefaultValue
Object getDefaultValue()
-
getContext
Boolean getContext()
- Returns:
- true when this is context variable
-
getPublished
Boolean getPublished()
- Returns:
- true when context variable can be published and sent to client.
-
getContextType
String getContextType()
-
-