Uses of Enum Class
dev.galasa.cicsts.MasType
Packages that use MasType
- 
Uses of MasType in dev.galasa.cicsts
Methods in dev.galasa.cicsts that return MasTypeModifier and TypeMethodDescriptionICicsRegion.getMasType()Describes the type of CICS regionstatic MasTypeReturns the enum constant of this class with the specified name.static MasType[]MasType.values()Returns an array containing the constants of this enum class, in the order they are declared. - 
Uses of MasType in dev.galasa.cicsts.spi
Methods in dev.galasa.cicsts.spi that return MasTypeConstructors in dev.galasa.cicsts.spi with parameters of type MasTypeModifierConstructorDescriptionBaseCicsImpl(ICicstsManagerSpi cicstsManager, String cicsTag, IZosImage zosImage, String applid, MasType masType) BaseCicsImpl(ICicstsManagerSpi cicstsManager, String cicsTag, IZosImage zosImage, String applid, MasType masType, String sysid)