Class JaxbCheckConstraintImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbCheckConstraintImpl
- All Implemented Interfaces:
Serializable
,JaxbCheckConstraint
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the constraint property.getName()
Gets the value of the name property.Gets the value of the options property.void
setConstraint
(String value) Sets the value of the constraint property.void
Sets the value of the name property.void
setOptions
(String value) Sets the value of the options property.
-
Field Details
-
name
-
constraint
-
options
-
-
Constructor Details
-
JaxbCheckConstraintImpl
public JaxbCheckConstraintImpl()
-
-
Method Details
-
getName
Gets the value of the name property.- Specified by:
getName
in interfaceJaxbCheckConstraint
- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getConstraint
Gets the value of the constraint property.- Specified by:
getConstraint
in interfaceJaxbCheckConstraint
- Returns:
- possible object is
String
-
setConstraint
Sets the value of the constraint property.- Parameters:
value
- allowed object isString
-
getOptions
Gets the value of the options property.- Specified by:
getOptions
in interfaceJaxbCheckConstraint
- Returns:
- possible object is
String
-
setOptions
Sets the value of the options property.- Parameters:
value
- allowed object isString
-