Uses of Class
org.jboss.aop.advice.AdviceMethodProperties.OptionalParameters

Packages that use AdviceMethodProperties.OptionalParameters
org.jboss.aop.advice   
 

Uses of AdviceMethodProperties.OptionalParameters in org.jboss.aop.advice
 

Methods in org.jboss.aop.advice that return AdviceMethodProperties.OptionalParameters
 AdviceMethodProperties.OptionalParameters AdviceMethodProperties.getOptionalParameters()
           
static AdviceMethodProperties.OptionalParameters AdviceMethodProperties.OptionalParameters.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AdviceMethodProperties.OptionalParameters[] AdviceMethodProperties.OptionalParameters.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.aop.advice with parameters of type AdviceMethodProperties.OptionalParameters
 void AdviceMethodProperties.setOptionalParameters(AdviceMethodProperties.OptionalParameters optionalParameters)
           
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.