
public interface Inheritance<T> extends Child<T>, OrmInheritanceCommType<T,Inheritance<T>>
inheritance xsd type| Modifier and Type | Method and Description |
|---|---|
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 |
Inheritance<T> strategy(InheritanceType strategy)
strategy attributestrategy - the value for the attribute strategyInheritanceInheritance<T> strategy(String strategy)
strategy attributestrategy - the value for the attribute strategyInheritanceInheritanceType getStrategy()
strategy attributestrategyString getStrategyAsString()
strategy attributestrategyInheritance<T> removeStrategy()
strategy attributeInheritanceCopyright © 2025 JBoss by Red Hat. All rights reserved.