Package org.hibernate.processor.xml.jaxb
Class Inheritance
- java.lang.Object
-
- org.hibernate.processor.xml.jaxb.Inheritance
-
public class Inheritance extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected InheritanceType
strategy
-
Constructor Summary
Constructors Constructor Description Inheritance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InheritanceType
getStrategy()
Gets the value of the strategy property.void
setStrategy(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
-
-