|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IStringProps
This interface provides access to a collection of Strings.
| Method Summary | |
|---|---|
boolean |
add(java.lang.Object val)
Adds a String to the collection. |
boolean |
remove(java.lang.String val)
Removes a String from the collection. |
| Methods inherited from interface com.crystaldecisions.sdk.properties.ISDKSet |
|---|
get |
| Methods inherited from interface java.util.Set |
|---|
addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Method Detail |
|---|
boolean add(java.lang.Object val)
add in interface java.util.Collectionadd in interface java.util.Setval - A String.
true if the String is added to the collection, false otherwise.boolean remove(java.lang.String val)
val - The String to remove from the collection.
true if the String is removed from the collection, false otherwise.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||