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

All Superinterfaces:
Child<T>

public interface PreUpdate<T>
extends Child<T>

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

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

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

Method Detail

description

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

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

getDescription

String getDescription()
Returns the description element

Returns:
the node defined for the element description

removeDescription

PreUpdate<T> removeDescription()
Removes the description element

Returns:
the current instance of PreUpdate

methodName

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

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

getMethodName

String getMethodName()
Returns the method-name attribute

Returns:
the value defined for the attribute method-name

removeMethodName

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

Returns:
the current instance of PreUpdate


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