| Package | Description |
|---|---|
| org.babyfish.model | |
| org.babyfish.model.metadata | |
| org.babyfish.model.metadata.internal |
| Modifier and Type | Method and Description |
|---|---|
static ModelType |
ModelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelType[] |
ModelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ModelType |
ModelClass.getType() |
| Modifier and Type | Method and Description |
|---|---|
ModelType |
ModelClassImpl.getType() |
| Constructor and Description |
|---|
ModelClassImpl(ModelType type,
Class<?> javaType,
Class<?> superJavaType,
ModelPropertyImpl[] declaredProperties,
ComparatorPart[] embeddableComparatorParts) |
Copyright © 2016. All rights reserved.