E - field enumerationT - object typepublic class PopulatedFields<E extends Enum<E> & FieldType,T extends FieldContainer> extends Object
| Constructor and Description |
|---|
PopulatedFields(ProjectFile project,
Class<E> fieldEnumType,
Collection<UserDefinedField> userDefinedFields,
Collection<T> collection)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Set<FieldType> |
getPopulatedFields()
Retrieve the set of fields populated across the collection of objects.
|
public PopulatedFields(ProjectFile project, Class<E> fieldEnumType, Collection<UserDefinedField> userDefinedFields, Collection<T> collection)
project - parent projectfieldEnumType - enumeration representing the set of fields for the parent containeruserDefinedFields - collection of user defined fields for the parent containercollection - collection of objects containing fieldsCopyright © 2000–2025 MPXJ. All rights reserved.