public class Transition extends Object
Java class for transition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="transition">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.hybris.de/xsd/processdefinition}name" />
<attribute name="to" use="required" type="{http://www.hybris.de/xsd/processdefinition}name" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
to |
| Constructor and Description |
|---|
Transition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
String |
getTo()
Gets the value of the to property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setTo(String value)
Sets the value of the to property.
|
Copyright © 2017 SAP SE. All Rights Reserved.