Package ca.phon.session.impl
Class TierDescriptionImpl
java.lang.Object
ca.phon.session.impl.TierDescriptionImpl
- All Implemented Interfaces:
TierDescriptionSPI
Basic description of a tier.
-
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
public boolean isGrouped()Description copied from interface:TierDescriptionSPI
Is the tier grouped, if tier is not grouped,Tier.numberOfGroups()
will always return 1.- Specified by:
isGrouped
in interfaceTierDescriptionSPI
- Returns:
true
if the tier is grouped,false
otherwise
-
getName
Description copied from interface:TierDescriptionSPI
Get the name of the tier.- Specified by:
getName
in interfaceTierDescriptionSPI
- Returns:
- name of the tier
-
getDeclaredType
Description copied from interface:TierDescriptionSPI
Get declared type of the tier- Specified by:
getDeclaredType
in interfaceTierDescriptionSPI
-