public class AccessibleFlowChartVariable extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<AccessibleFlowChartVariable>
| Constructor and Description |
|---|
AccessibleFlowChartVariable() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AccessibleFlowChartVariable that) |
java.lang.String |
getFlowChartVariableName()
Returns the name of the flow chart variable, in conjunction with a
namespace, that is accessible to a security privilege.
|
java.lang.String |
getNamespace()
Returns the namespace, in conjunction with a flow chart variable, that is
accessible to a security privilege.
|
void |
setFlowChartVariableName(java.lang.String flowChartVariableName)
Sets the name of the flow chart variable, in conjunction with a namespace,
that is accessible to a security privilege.
|
void |
setNamespace(java.lang.String namespace)
Sets the namespace, in conjunction with a flow chart variable, that is
accessible to a security privilege.
|
public java.lang.String getFlowChartVariableName()
public java.lang.String getNamespace()
public void setFlowChartVariableName(java.lang.String flowChartVariableName)
flowChartVariableName - The name of the flow chart variable that is
accessible to a security privilege.public void setNamespace(java.lang.String namespace)
namespace - The namespace that is accessible to a security privilege.public int compareTo(AccessibleFlowChartVariable that)
compareTo in interface java.lang.Comparable<AccessibleFlowChartVariable>© 2000-2025 Flux Corporation. All rights reserved.