| Package | Description |
|---|---|
| org.drools.workbench.models.datamodel.oracle |
| Modifier and Type | Method and Description |
|---|---|
ModelField.FIELD_CLASS_TYPE |
ModelField.getClassType() |
static ModelField.FIELD_CLASS_TYPE |
ModelField.FIELD_CLASS_TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelField.FIELD_CLASS_TYPE[] |
ModelField.FIELD_CLASS_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ModelField(String name,
String clazz,
ModelField.FIELD_CLASS_TYPE fieldClassType,
ModelField.FIELD_ORIGIN fieldOrigin,
FieldAccessorsAndMutators accessorsAndMutators,
String type)
Creates a new ModelField instance
|
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.