Interface BaselineCollectionElementsField
- All Superinterfaces:
CanRender<Renderer<? extends Renderer<?>>>,Field,Iterable<BaselineCollectionElement>,IterableField<BaselineCollectionElement>,IterableWithSize<BaselineCollectionElement>
- All Known Subinterfaces:
UpdatableBaselineCollectionElementsField
- Since:
- 3.20.1
-
Method Summary
Modifier and TypeMethodDescriptiongetElement(ModelObjectReference objectReference) Returns the element for the given object's reference if there is one.Methods inherited from interface com.polarion.alm.shared.api.model.fields.Field
can, compareWith, description, id, is, labelMethods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface com.polarion.alm.shared.api.model.fields.IterableField
renderMethods inherited from interface com.polarion.alm.shared.api.utils.collections.IterableWithSize
addAllTo, isEmpty, size, toArray, toArrayList
-
Method Details