Interface BaselineCollectionField
- All Superinterfaces:
CanRender<Renderer<? extends Renderer<?>>>
,Field
,ModelObjectReferenceField<BaselineCollection>
,ScalarField<BaselineCollection>
public interface BaselineCollectionField
extends ScalarField<BaselineCollection>, ModelObjectReferenceField<BaselineCollection>
- Since:
- 3.20.2
-
Method Summary
Modifier and TypeMethodDescriptionReturns the Collection's reference if the Collection is set.Methods inherited from interface com.polarion.alm.shared.api.model.fields.Field
can, compareWith, description, id, is, label, render
Methods inherited from interface com.polarion.alm.shared.api.model.fields.ModelObjectReferenceField
get
Methods inherited from interface com.polarion.alm.shared.api.model.fields.ScalarField
getIfCan
-
Method Details
-
reference
Returns the Collection's reference if the Collection is set.
-