|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jason.compiler.SecurityObject | +--jason.compiler.Method
Field Summary | |
private java.util.Vector |
exceptions
|
private java.util.Vector |
parameters
|
private java.util.Vector |
roles
|
Fields inherited from class jason.compiler.SecurityObject |
|
Constructor Summary | |
Method()
|
Method Summary | |
void |
addException(java.lang.String exception)
|
void |
addParameter(Parameter parameter)
|
void |
addRole(java.lang.String role)
|
java.lang.String[] |
getExceptions()
|
Parameter[] |
getParameters()
|
java.lang.String[] |
getRoles()
|
Methods inherited from class jason.compiler.SecurityObject |
getName, getType, isAuthentic, isConfidential, setAuthentic, setConfidential, setName, setType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.util.Vector parameters
private java.util.Vector roles
private java.util.Vector exceptions
Constructor Detail |
public Method()
Method Detail |
public Parameter[] getParameters()
public void addParameter(Parameter parameter)
public java.lang.String[] getRoles()
public void addRole(java.lang.String role)
public java.lang.String[] getExceptions()
public void addException(java.lang.String exception)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |