
public interface ForeignKey<T> extends Child<T>, OrmForeignKeyCommType<T,ForeignKey<T>>
foreign-key xsd type| Modifier and Type | Method and Description |
|---|---|
ForeignKey<T> |
constraintMode(ConstraintMode constraintMode)
Sets the
constraint-mode attribute |
ForeignKey<T> |
constraintMode(String constraintMode)
Sets the
constraint-mode attribute |
ForeignKey<T> |
description(String description)
Sets the
description element |
ForeignKey<T> |
foreignKeyDefinition(String foreignKeyDefinition)
Sets the
foreign-key-definition attribute |
ConstraintMode |
getConstraintMode()
Returns the
constraint-mode attribute |
String |
getConstraintModeAsString()
Returns the
constraint-mode attribute |
String |
getDescription()
Returns the
description element |
String |
getForeignKeyDefinition()
Returns the
foreign-key-definition attribute |
String |
getName()
Returns the
name attribute |
ForeignKey<T> |
name(String name)
Sets the
name attribute |
ForeignKey<T> |
removeConstraintMode()
Removes the
constraint-mode attribute |
ForeignKey<T> |
removeDescription()
Removes the
description element |
ForeignKey<T> |
removeForeignKeyDefinition()
Removes the
foreign-key-definition attribute |
ForeignKey<T> |
removeName()
Removes the
name attribute |
ForeignKey<T> description(String description)
description elementdescription - the value for the element descriptionForeignKeyString getDescription()
description elementdescriptionForeignKey<T> removeDescription()
description elementForeignKeyForeignKey<T> name(String name)
name attributename - the value for the attribute nameForeignKeyString getName()
name attributenameForeignKey<T> removeName()
name attributeForeignKeyForeignKey<T> constraintMode(ConstraintMode constraintMode)
constraint-mode attributeconstraintMode - the value for the attribute constraint-modeForeignKeyForeignKey<T> constraintMode(String constraintMode)
constraint-mode attributeconstraintMode - the value for the attribute constraint-modeForeignKeyConstraintMode getConstraintMode()
constraint-mode attributeconstraint-modeString getConstraintModeAsString()
constraint-mode attributeconstraint-modeForeignKey<T> removeConstraintMode()
constraint-mode attributeForeignKeyForeignKey<T> foreignKeyDefinition(String foreignKeyDefinition)
foreign-key-definition attributeforeignKeyDefinition - the value for the attribute foreign-key-definitionForeignKeyString getForeignKeyDefinition()
foreign-key-definition attributeforeign-key-definitionForeignKey<T> removeForeignKeyDefinition()
foreign-key-definition attributeForeignKeyCopyright © 2021 JBoss by Red Hat. All rights reserved.