JBoss Logging I18n Annotation Processor 1.0.3.Final-redhat-2

Uses of Interface
org.jboss.logging.processor.intf.model.Parameter

Packages that use Parameter
org.jboss.logging.processor.intf.model   
 

Uses of Parameter in org.jboss.logging.processor.intf.model
 

Methods in org.jboss.logging.processor.intf.model that return Parameter
 Parameter MessageMethod.cause()
          Returns the cause element if MessageMethod.hasCause() returns true, otherwise null.
 

Methods in org.jboss.logging.processor.intf.model that return types with arguments of type Parameter
 Set<Parameter> ThrowableType.constructionParameters()
          The parameters needed to construct the throwable, if not using the default constructor.
 Set<Parameter> MessageMethod.parameters(Parameter.ParameterType parameterType)
          Returns an unmodifiable collection of the parameters specified by the parameter type or an empty set.
 

Methods in org.jboss.logging.processor.intf.model with parameters of type Parameter
 boolean ReturnType.hasFieldFor(Parameter parameter)
          Checks to see if the return type has a field with the name with the same name and type as the parameter.
 boolean ReturnType.VoidReturnType.hasFieldFor(Parameter parameter)
           
 boolean ReturnType.hasMethodFor(Parameter parameter)
          Checks to see if the return type has a method with the name with the same name and parameter type as the parameter.
 boolean ReturnType.VoidReturnType.hasMethodFor(Parameter parameter)
           
 


JBoss Logging I18n Annotation Processor 1.0.3.Final-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.