Package com.independentsoft.office
Class RelationshipItemList
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<RelationshipItem>,Collection<RelationshipItem>,List<RelationshipItem>,RandomAccess
The Class RelationshipItemList.
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanadd(RelationshipItem item)Adds the relationship item.Gets the.getAllByType(String type)Gets the all by type.Gets the by id.Gets the by type.Methods inherited from class java.util.ArrayList
add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface java.util.List
containsAll
-
Constructor Details
-
RelationshipItemList
public RelationshipItemList()
-
-
Method Details
-
add
- Specified by:
addin interfaceCollection<RelationshipItem>- Specified by:
addin interfaceList<RelationshipItem>- Overrides:
addin classArrayList<RelationshipItem>
-
addRelationshipItem
Adds the relationship item.- Parameters:
item- the item- Returns:
- the string
-
get
Gets the.- Parameters:
relationshipID- the relationship id- Returns:
- the relationship item
-
getByType
Gets the by type.- Parameters:
type- the type- Returns:
- the by type
-
getAllByType
Gets the all by type.- Parameters:
type- the type- Returns:
- the all by type
-
getByID
Gets the by id.- Parameters:
id- the id- Returns:
- the by id
-