ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.orm10
Interface PostRemove<T>

All Superinterfaces:
Child<T>

public interface PostRemove<T>
extends Child<T>

This interface defines the contract for the post-remove xsd type

Since:
Generation date :2012-05-09T23:45:03.702-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 String getMethodName()
          Returns the method-name attribute
 PostRemove<T> methodName(String methodName)
          Sets the method-name attribute
 PostRemove<T> removeMethodName()
          Removes the method-name attribute
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

methodName

PostRemove<T> methodName(String methodName)
Sets the method-name attribute

Parameters:
methodName - the value for the attribute method-name
Returns:
the current instance of PostRemove

getMethodName

String getMethodName()
Returns the method-name attribute

Returns:
the value defined for the attribute method-name

removeMethodName

PostRemove<T> removeMethodName()
Removes the method-name attribute

Returns:
the current instance of PostRemove

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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