Package ca.phon.session.spi
Interface TierDescriptionSPI
- All Known Subinterfaces:
TierSPI<T>
- All Known Implementing Classes:
TierDescriptionImpl
,TierImpl
public interface TierDescriptionSPI
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>
Get declared type of the tiergetName()
Get the name of the tier.boolean
Is the tier grouped, if tier is not grouped,Tier.numberOfGroups()
will always return 1.
-
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
-