| Package | Description |
|---|---|
| org.babyfish.model.metadata | |
| org.babyfish.model.metadata.internal |
| Modifier and Type | Method and Description |
|---|---|
PropertyType |
ModelProperty.getPropertyType() |
static PropertyType |
PropertyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyType[] |
PropertyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyType |
ModelPropertyImpl.getPropertyType() |
| 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.