Uses of Enum Class
org.gatein.pc.test.unit.JoinPointType
Packages that use JoinPointType
-
Uses of JoinPointType in org.gatein.pc.test.unit
Methods in org.gatein.pc.test.unit that return JoinPointTypeModifier and TypeMethodDescriptionJoinPoint.getType()static JoinPointTypeReturns the enum constant of this class with the specified name.static JoinPointType[]JoinPointType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.gatein.pc.test.unit with parameters of type JoinPointTypeModifier and TypeMethodDescriptionstatic JoinPointJoinPoint.createJoinPoint(Class annotatedClass, JoinPointType type) PortletTestCase.getActorId(int count, JoinPointType joinPointType) PortletTestContext.getActorId(JoinPointType joinPointType) Constructors in org.gatein.pc.test.unit with parameters of type JoinPointType