public class ControlFlowProperties extends Object implements Serializable
| Constructor and Description |
|---|
ControlFlowProperties()
Default constructor
|
ControlFlowProperties(ControlFlowProperties template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
String |
getDescription()
Return the description of the relationship.
|
String |
getGuard()
Return the guard of the relationship.
|
String |
getQualifiedName()
Returns the stored qualified name property for the relationship.
|
int |
hashCode()
Return has code based on properties.
|
void |
setDescription(String description)
Set up the the description of the relationship.
|
void |
setGuard(String guard)
Set up the guard of the relationship.
|
void |
setQualifiedName(String qualifiedName)
Set up the fully qualified name.
|
String |
toString()
Standard toString method.
|
public ControlFlowProperties()
public ControlFlowProperties(ControlFlowProperties template)
template - element to copypublic void setQualifiedName(String qualifiedName)
qualifiedName - String namepublic String getQualifiedName()
public String getDescription()
public void setDescription(String description)
description - string textpublic String getGuard()
public void setGuard(String guard)
guard - string namepublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.