Class Inheritance
- java.lang.Object
-
- org.hibernate.jpamodelgen.xml.jaxb.Inheritance
-
public class Inheritance extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected InheritanceTypestrategy
-
Constructor Summary
Constructors Constructor Description Inheritance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InheritanceTypegetStrategy()Gets the value of the strategy property.voidsetStrategy(InheritanceType value)Sets the value of the strategy property.
-
-
-
Field Detail
-
strategy
protected InheritanceType strategy
-
-
Method Detail
-
getStrategy
public InheritanceType getStrategy()
Gets the value of the strategy property.- Returns:
- possible object is
InheritanceType
-
setStrategy
public void setStrategy(InheritanceType value)
Sets the value of the strategy property.- Parameters:
value- allowed object isInheritanceType
-
-