org.apache.pluto.om.common
Interface SecurityRoleSet

All Superinterfaces:
java.util.Collection, Model, java.util.Set

public interface SecurityRoleSet
extends java.util.Set, Model

The ParameterSet interface ...

This interface defines the model as known from the MVC pattern. Its purpose is to provide read access to the data stored in the model.


Method Summary
 SecurityRole get(java.lang.String name)
          Returns the parameter object of the given name
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

get

public SecurityRole get(java.lang.String name)
Returns the parameter object of the given name

Returns:
the parameter object


Copyright © 2003-2006 . All Rights Reserved.