Interface TierDescriptionSPI

All Known Subinterfaces:
TierSPI<T>
All Known Implementing Classes:
TierDescriptionImpl, TierImpl

public interface TierDescriptionSPI
  • Method Details

    • isGrouped

      boolean isGrouped()
      Is the tier grouped, if tier is not grouped, Tier.numberOfGroups() will always return 1.
      Returns:
      true if the tier is grouped, false otherwise
    • getName

      String getName()
      Get the name of the tier.
      Returns:
      name of the tier
    • getDeclaredType

      Class<?> getDeclaredType()
      Get declared type of the tier