Package | Description |
---|---|
org.drools.workbench.models.datamodel.oracle |
Modifier and Type | Method and Description |
---|---|
ModelField.FIELD_ORIGIN |
ModelField.getOrigin() |
static ModelField.FIELD_ORIGIN |
ModelField.FIELD_ORIGIN.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelField.FIELD_ORIGIN[] |
ModelField.FIELD_ORIGIN.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–2015 JBoss by Red Hat. All rights reserved.