Interface IObjectEnumeration
- All Superinterfaces:
IEnumeration
- All Known Implementing Classes:
AbstractObjectEnumeration
- Since:
- 3.6.3
-
Method Summary
Modifier and TypeMethodDescriptionwrapObject
(IPObject object) Wraps any given IPObject into a valid option of this enumeration.Methods inherited from interface com.polarion.platform.persistence.IEnumeration
getAllOptions, getAvailableOptions, getAvailableOptions, getControlKey, getDefaultOption, wrapOption, wrapOption, wrapOption
-
Method Details
-
wrapObject
Wraps any given IPObject into a valid option of this enumeration.- Parameters:
object
- (notnull
)- Returns:
- the object wrapped as an
IEnumOption
-