Interface IAnyParticleMappingDefinition

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

public interface IAnyParticleMappingDefinition extends IParticleMappingDefinition
This interface defines an any particle of a type.
Since:
9.0
Author:
a.pragt
  • Method Details

    • getName

      String getName()
      This method returns the name of the any particle.
      Returns:
      The name of the particle, may not be null.
    • getQualifiedName

      QualifiedName getQualifiedName()
      This method returns the qualified name of the any particle.
      Returns:
      The qualified name of the any particle, may not be null.
    • getAttributeName

      String getAttributeName()
      This method returns the content attribute of the particle.
      Returns:
      The attribute definition, may be null.
    • getValidations

      IFieldValidationDefinition[] getValidations()
      This method returns the validations of the attribute.
      Returns:
      The validations, may not be null.