|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectflux.security.AccessibleFlowChartVariable
public class AccessibleFlowChartVariable
For a security privilege that grants access to a flow chart variable, indicates which namespace and flow chart variable are accessible to that security privilege.
| Constructor Summary | |
|---|---|
AccessibleFlowChartVariable()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccessibleFlowChartVariable()
| Method Detail |
|---|
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>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||