Package | Description |
---|---|
org.apache.pluto.om.common |
Modifier and Type | Method and Description |
---|---|
Preference |
PreferenceSetCtrl.add(java.lang.String name,
java.util.List values)
Creates a new preference and adds it to the set
The return value cannot be NULL.
|
Preference |
PreferenceSet.get(java.lang.String name)
Returns the preference object of the given name.
|
Preference |
PreferenceSetCtrl.remove(java.lang.String name)
Removes the preference with the given name
from the set
The return value may be NULL.
|
Modifier and Type | Method and Description |
---|---|
void |
PreferenceSetCtrl.remove(Preference preference)
Removes the given preference from the set
|
Copyright © 2003-2013 . All Rights Reserved.