| Package | Description |
|---|---|
| org.broadleafcommerce.common.presentation.client | |
| org.broadleafcommerce.openadmin.dto |
| Modifier and Type | Method and Description |
|---|---|
static ForeignKeyRestrictionType |
ForeignKeyRestrictionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForeignKeyRestrictionType[] |
ForeignKeyRestrictionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ForeignKeyRestrictionType |
ForeignKey.getRestrictionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ForeignKey.setRestrictionType(ForeignKeyRestrictionType restrictionType) |
| Constructor and Description |
|---|
ForeignKey(String manyToField,
String foreignKeyClass,
String dataSourceName,
ForeignKeyRestrictionType restrictionType) |
ForeignKey(String manyToField,
String foreignKeyClass,
String dataSourceName,
ForeignKeyRestrictionType restrictionType,
String displayValueProperty) |
Copyright © 2015. All rights reserved.