ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.orm20
Interface PreRemove<T>

All Superinterfaces:
Child<T>

public interface PreRemove<T>
extends Child<T>

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

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

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

Method Detail

description

PreRemove<T> description(String description)
Sets the description element

Parameters:
description - the value for the element description
Returns:
the current instance of PreRemove

getDescription

String getDescription()
Returns the description element

Returns:
the node defined for the element description

removeDescription

PreRemove<T> removeDescription()
Removes the description element

Returns:
the current instance of PreRemove

methodName

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

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

getMethodName

String getMethodName()
Returns the method-name attribute

Returns:
the value defined for the attribute method-name

removeMethodName

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

Returns:
the current instance of PreRemove

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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