ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.orm20
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 :2012-05-09T23:45:05.33-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 CascadeType<T> cascadeAll()
          Sets the cascade-all element
 CascadeType<T> cascadeDetach()
          Sets the cascade-detach 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 isCascadeDetach()
          Removes the cascade-detach 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> removeCascadeDetach()
          Removes the cascade-detach 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

cascadeDetach

CascadeType<T> cascadeDetach()
Sets the cascade-detach element

Returns:
the current instance of CascadeType

isCascadeDetach

Boolean isCascadeDetach()
Removes the cascade-detach element

Returns:
the current instance of CascadeType

removeCascadeDetach

CascadeType<T> removeCascadeDetach()
Removes the cascade-detach element

Returns:
the current instance of CascadeType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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