public interface Inheritance<T> extends Child<T>, OrmInheritanceCommType<T,Inheritance<T>>
inheritance
xsd typeModifier 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 strategy
Inheritance
Inheritance<T> strategy(String strategy)
strategy
attributestrategy
- the value for the attribute strategy
Inheritance
InheritanceType getStrategy()
strategy
attributestrategy
String getStrategyAsString()
strategy
attributestrategy
Inheritance<T> removeStrategy()
strategy
attributeInheritance
Copyright © 2022 JBoss by Red Hat. All rights reserved.