ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

All Superinterfaces:
Child<T>

public interface Inheritance<T>
extends Child<T>

This interface defines the contract for the inheritance xsd type

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

Method Summary
 InheritanceType getStrategy()
          Returns the strategy attribute
 String getStrategyAsString()
          Returns the strategy attribute
 Inheritance<T> removeStrategy()
          Removes the strategy attribute
 Inheritance<T> strategy(InheritanceType strategy)
          Sets the strategy attribute
 Inheritance<T> strategy(String strategy)
          Sets the strategy attribute
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

strategy

Inheritance<T> strategy(InheritanceType strategy)
Sets the strategy attribute

Parameters:
strategy - the value for the attribute strategy
Returns:
the current instance of Inheritance

strategy

Inheritance<T> strategy(String strategy)
Sets the strategy attribute

Parameters:
strategy - the value for the attribute strategy
Returns:
the current instance of Inheritance

getStrategy

InheritanceType getStrategy()
Returns the strategy attribute

Returns:
the value defined for the attribute strategy

getStrategyAsString

String getStrategyAsString()
Returns the strategy attribute

Returns:
the value found for the element strategy

removeStrategy

Inheritance<T> removeStrategy()
Removes the strategy attribute

Returns:
the current instance of Inheritance

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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