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

All Superinterfaces:
Child<T>

public interface CascadeType<T>
extends Child<T>

This interface defines the contract for the cascade-type xsd type

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

Method Summary
 CascadeType<T> cascadeAll()
          Sets the cascade-all element
 CascadeType<T> cascadeMerge()
          Sets the cascade-merge element
 CascadeType<T> cascadePersist()
          Sets the cascade-persist element
 CascadeType<T> cascadeRefresh()
          Sets the cascade-refresh element
 CascadeType<T> cascadeRemove()
          Sets the cascade-remove element
 Boolean isCascadeAll()
          Removes the cascade-all element
 Boolean isCascadeMerge()
          Removes the cascade-merge element
 Boolean isCascadePersist()
          Removes the cascade-persist element
 Boolean isCascadeRefresh()
          Removes the cascade-refresh element
 Boolean isCascadeRemove()
          Removes the cascade-remove element
 CascadeType<T> removeCascadeAll()
          Removes the cascade-all element
 CascadeType<T> removeCascadeMerge()
          Removes the cascade-merge element
 CascadeType<T> removeCascadePersist()
          Removes the cascade-persist element
 CascadeType<T> removeCascadeRefresh()
          Removes the cascade-refresh element
 CascadeType<T> removeCascadeRemove()
          Removes the cascade-remove element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

cascadeAll

CascadeType<T> cascadeAll()
Sets the cascade-all element

Returns:
the current instance of CascadeType

isCascadeAll

Boolean isCascadeAll()
Removes the cascade-all element

Returns:
the current instance of CascadeType

removeCascadeAll

CascadeType<T> removeCascadeAll()
Removes the cascade-all element

Returns:
the current instance of CascadeType

cascadePersist

CascadeType<T> cascadePersist()
Sets the cascade-persist element

Returns:
the current instance of CascadeType

isCascadePersist

Boolean isCascadePersist()
Removes the cascade-persist element

Returns:
the current instance of CascadeType

removeCascadePersist

CascadeType<T> removeCascadePersist()
Removes the cascade-persist element

Returns:
the current instance of CascadeType

cascadeMerge

CascadeType<T> cascadeMerge()
Sets the cascade-merge element

Returns:
the current instance of CascadeType

isCascadeMerge

Boolean isCascadeMerge()
Removes the cascade-merge element

Returns:
the current instance of CascadeType

removeCascadeMerge

CascadeType<T> removeCascadeMerge()
Removes the cascade-merge element

Returns:
the current instance of CascadeType

cascadeRemove

CascadeType<T> cascadeRemove()
Sets the cascade-remove element

Returns:
the current instance of CascadeType

isCascadeRemove

Boolean isCascadeRemove()
Removes the cascade-remove element

Returns:
the current instance of CascadeType

removeCascadeRemove

CascadeType<T> removeCascadeRemove()
Removes the cascade-remove element

Returns:
the current instance of CascadeType

cascadeRefresh

CascadeType<T> cascadeRefresh()
Sets the cascade-refresh element

Returns:
the current instance of CascadeType

isCascadeRefresh

Boolean isCascadeRefresh()
Removes the cascade-refresh element

Returns:
the current instance of CascadeType

removeCascadeRefresh

CascadeType<T> removeCascadeRefresh()
Removes the cascade-refresh element

Returns:
the current instance of CascadeType


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