Uses of Enum Class
ca.phon.session.SystemTierType
Packages that use SystemTierType
-
Uses of SystemTierType in ca.phon.app.session
Methods in ca.phon.app.session with parameters of type SystemTierTypeModifier and TypeMethodDescriptionFilteredSession.getSystemTierParameters(SystemTierType systemTier) voidFilteredSession.putSystemTierParam(SystemTierType systemTier, String key, String value) -
Uses of SystemTierType in ca.phon.session
Subclasses with type arguments of type SystemTierType in ca.phon.sessionMethods in ca.phon.session that return SystemTierTypeModifier and TypeMethodDescriptionstatic SystemTierTypeSystemTierType.tierFromString(String tierName) static SystemTierTypeReturns the enum constant of this class with the specified name.static SystemTierType[]SystemTierType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.phon.session with parameters of type SystemTierTypeModifier and TypeMethodDescriptionSessionFactory.createTierDescription(SystemTierType systemTier) Create tier description for system tierSessionFactory.createTierDescription(SystemTierType systemTier, boolean blind) SessionFactory.createTierDescription(SystemTierType systemTier, boolean blind, Map<String, String> tierParameters) TierDescriptions.getSystemTierDescription(SystemTierType systemTierType) Get tier description for system tierSession.getSystemTierParameters(SystemTierType systemTier) Get tier parameters for system tiervoidSession.putSystemTierParam(SystemTierType systemTier, String key, String value) Set tier parameter for system tierMethod parameters in ca.phon.session with type arguments of type SystemTierTypeModifier and TypeMethodDescriptionSessionFactory.createRecord(List<SystemTierType> blindTiers, Map<SystemTierType, Map<String, String>> systemTierParamMap) Create a new record with provided system tiers as blind tiersSessionFactory.createRecord(List<SystemTierType> blindTiers, Map<SystemTierType, Map<String, String>> systemTierParamMap) Create a new record with provided system tiers as blind tiers -
Uses of SystemTierType in ca.phon.session.impl
Methods in ca.phon.session.impl with parameters of type SystemTierTypeModifier and TypeMethodDescriptionSessionImpl.getSystemTierParameters(SystemTierType systemTier) voidSessionImpl.putSystemTierParam(SystemTierType systemTier, String key, String value) Method parameters in ca.phon.session.impl with type arguments of type SystemTierTypeModifier and TypeMethodDescriptionSessionFactoryImpl.createRecord(List<SystemTierType> blindTiers, Map<SystemTierType, Map<String, String>> systemTierParamMap) SessionFactoryImpl.createRecord(List<SystemTierType> blindTiers, Map<SystemTierType, Map<String, String>> systemTierParamMap) -
Uses of SystemTierType in ca.phon.session.spi
Methods in ca.phon.session.spi with parameters of type SystemTierTypeModifier and TypeMethodDescriptionSessionSPI.getSystemTierParameters(SystemTierType systemTier) Get tier parameters for system tiervoidSessionSPI.putSystemTierParam(SystemTierType systemTier, String key, String value) Set tier parameter for system tierMethod parameters in ca.phon.session.spi with type arguments of type SystemTierTypeModifier and TypeMethodDescriptionSessionFactorySPI.createRecord(List<SystemTierType> blindTiers, Map<SystemTierType, Map<String, String>> systemTierParamMap) Create a new record with given tiers as blindSessionFactorySPI.createRecord(List<SystemTierType> blindTiers, Map<SystemTierType, Map<String, String>> systemTierParamMap) Create a new record with given tiers as blind