|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjawiro.RoleListItem
public class RoleListItem
The tree structure of role hierarchies is implemented with linked lists in JAWIRO. This class is not further documented as it is one of the implementation classes and not a part of the user API.
| Field Summary | |
|---|---|
java.lang.String |
className
|
| Constructor Summary | |
|---|---|
RoleListItem()
Default constructor for creating an empty list item. |
|
RoleListItem(Role r)
Constructor for creating a list item with a value. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final java.lang.String className
| Constructor Detail |
|---|
public RoleListItem()
public RoleListItem(Role r)
r - The value of this list item.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||