|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface provides the API for adding, removing, and finding a GrantExpression within this collection.
GrantExpression| Method Summary | |
GrantExpression |
add(java.lang.String name,
java.lang.String expression)
Adds a new GrantExpression object with the specified name and grant expression. |
GrantExpression |
get(int index)
Returns the GrantExpression with the specified index within this collection. |
GrantExpression |
get(java.lang.String name)
Returns the GrantExpression with the specified name within this collection. |
int |
getCount()
Returns the number of GrantExpression's in this collection. |
java.util.Iterator |
iterator()
Returns an iterator over the GrantExpression's in this collection. |
void |
remove(java.lang.String name)
Removes the GrantExpression with the specified name. |
| Method Detail |
public GrantExpression add(java.lang.String name,
java.lang.String expression)
throws F1Exception
name - The name of this grant expression.expression - The grant expression in MatrixScript syntax.GrantExpressionpublic void remove(java.lang.String name)
name - The name of the GrantExpression to be removed.GrantExpressionpublic int getCount()
GrantExpressionpublic GrantExpression get(int index)
index - The index of the GrantExpression to be found.GrantExpressionpublic GrantExpression get(java.lang.String name)
name - The name of the GrantExpression to be found.GrantExpressionpublic java.util.Iterator iterator()
GrantExpression
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||