| Package | Description |
|---|---|
| org.babyfish.model.metadata | |
| org.babyfish.model.metadata.internal |
| Modifier and Type | Method and Description |
|---|---|
AssociationType |
ModelProperty.getAssociationType() |
static AssociationType |
AssociationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssociationType[] |
AssociationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AssociationType |
ModelPropertyImpl.getAssociationType() |
| Constructor and Description |
|---|
ModelPropertyImpl(int id,
String name,
PropertyType propertyType,
AssociationType associationType,
boolean deferrable,
boolean mandatory,
Class<?> type,
Class<?> standardCollectionType,
Class<?> keyType,
Class<?> targetType,
ModelPropertyImpl.Dependency dependency) |
Copyright © 2016. All rights reserved.