public class OwStandardEnumCollection extends ArrayList implements OwEnumCollection
Standard implementation of OwEnumCollection of OwEnum elements.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
modCount| Constructor and Description |
|---|
OwStandardEnumCollection() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Object o_p)
overridden from Collection to adjust the backup map
|
void |
clear()
clear the collection
|
String |
getDisplayName(Locale local_p,
Object object_p)
retrieve a display name for the given object
|
boolean |
remove(Object o_p)
remove an object from the collection
|
boolean |
removeAll(Collection c_p)
remove objects from the collection
|
add, addAll, addAll, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, equals, hashCode, isEmpty, iterator, retainAll, size, toArray, toArraycontainsAll, equals, hashCodepublic boolean add(Object o_p)
public String getDisplayName(Locale local_p, Object object_p)
getDisplayName in interface OwEnumCollectionpublic boolean remove(Object o_p)
public void clear()
public boolean removeAll(Collection c_p)
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.