Interface IGroupParticleMappingDefinition

All Superinterfaces:
IParticleMappingDefinition, Serializable
All Known Implementing Classes:
GroupParticleMappingDefinition

public interface IGroupParticleMappingDefinition extends IParticleMappingDefinition
This interface defines a group particle of a type.
Since:
9.0
Author:
a.pragt
  • Method Details

    • getGroupType

      GroupParticleType getGroupType()
      This method returns the type of the group particle.
      Returns:
      The type of the group type, may not be null.
    • getRelationName

      String getRelationName()
      This method returns the relation of the group.
      Returns:
      The name of the attribute, may be null.
    • getValidations

      IFieldValidationDefinition[] getValidations()
      This method return the validations of the relation.
      Returns:
      The validations of the relation, may not be null.
    • getItems

      This method returns the items of the group.
      Returns:
      The items of the group, may not be null.