org.jboss.shrinkwrap.descriptor.api.ejbjar30
Interface AroundInvokeType<T>

All Superinterfaces:
Child<T>

public interface AroundInvokeType<T>
extends Child<T>

This interface defines the contract for the around-invokeType xsd type

Since:
Generation date :2013-01-26T19:26:58.657+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 AroundInvokeType<T> clazz(String clazz)
          Sets the class element
 String getClazz()
          Returns the class element
 String getMethodName()
          Returns the method-name element
 AroundInvokeType<T> methodName(String methodName)
          Sets the method-name element
 AroundInvokeType<T> removeClazz()
          Removes the class element
 AroundInvokeType<T> removeMethodName()
          Removes the method-name element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

clazz

AroundInvokeType<T> clazz(String clazz)
Sets the class element

Parameters:
clazz - the value for the element class
Returns:
the current instance of AroundInvokeType

getClazz

String getClazz()
Returns the class element

Returns:
the node defined for the element class

removeClazz

AroundInvokeType<T> removeClazz()
Removes the class element

Returns:
the current instance of AroundInvokeType

methodName

AroundInvokeType<T> methodName(String methodName)
Sets the method-name element

Parameters:
methodName - the value for the element method-name
Returns:
the current instance of AroundInvokeType

getMethodName

String getMethodName()
Returns the method-name element

Returns:
the node defined for the element method-name

removeMethodName

AroundInvokeType<T> removeMethodName()
Removes the method-name element

Returns:
the current instance of AroundInvokeType


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