|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IValidValues
This collection is used to store the values that are allowed in a configuration property.
| Method Summary | |
|---|---|
boolean |
add(java.lang.Object value)
Adds a valid value to the collection. |
boolean |
contains(java.lang.Object localizedValue,
java.util.Locale l)
Determines whether a specific value is valid given the specified locale |
java.lang.Object |
getNonLocalizedValue(java.lang.Object localizedValue,
java.util.Locale l)
For the given value and specified locale, return the value that should actually be stored in the configuration property. |
java.util.Iterator |
iterator(java.util.Locale desiredLocale)
Return a list of possible values that can be seen by an end-user. |
boolean |
remove(java.lang.Object value)
Removes the specified value from the collection. |
| Methods inherited from interface com.crystaldecisions.sdk.properties.ISDKList |
|---|
get |
| Methods inherited from interface java.util.List |
|---|
add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
| Method Detail |
|---|
boolean add(java.lang.Object value)
add in interface java.util.Collectionadd in interface java.util.Listvalue - The value to add to the collection.
true if the value is successfully added, false otherwise.boolean remove(java.lang.Object value)
remove in interface java.util.Collectionremove in interface java.util.Listvalue - The value to remove from the collection.
java.util.Iterator iterator(java.util.Locale desiredLocale)
desiredLocale - the locale of the localized values you wish to receive
java.lang.Object getNonLocalizedValue(java.lang.Object localizedValue,
java.util.Locale l)
localizedValue - the localized value of an objectl - the locale the localized value is in
boolean contains(java.lang.Object localizedValue,
java.util.Locale l)
localizedValue - the localized value of an objectl - the locale the localized value is in
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||