Java org.apache.commons.scxml.model Assign fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.scxml.model Assign fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.scxml.model Assign.

The text is from its open source code.

Constructor

Assign()
Constructor.

Method

StringgetExpr()
Get the expr that will evaluate to the new value.
StringgetName()
Get the variable to be assigned a new value.
voidsetExpr(final String expr)
Set the expr that will evaluate to the new value.
voidsetName(final String name)
Get the variable to be assigned a new value.