Package | Description |
---|---|
com.zementis.adapa.models.api.info |
Classes that encapsulate information about available models.
|
Modifier and Type | Method and Description |
---|---|
FieldInformation.Usage |
FieldInformation.getUsage()
Return the
FieldInformation.Usage of the field. |
static FieldInformation.Usage |
FieldInformation.Usage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldInformation.Usage[] |
FieldInformation.Usage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<FieldInformation.Usage> |
ApplySettings.getReturnedFieldUsages() |
Modifier and Type | Method and Description |
---|---|
List<FieldInformation> |
ModelInformation.getFields(FieldInformation.Usage usageType)
Return the
List of fields defined in the model that matches the provided usage type. |
Constructor and Description |
---|
FieldInformation(String name,
FieldInformation.DataType type,
FieldInformation.Usage usage) |
Constructor and Description |
---|
ApplySettings(Set<FieldInformation.Usage> returnedFieldUsages,
Set<String> returnedFieldNames) |
ApplySettings(Set<FieldInformation.Usage> returnedFieldUsages,
Set<String> returnedFieldNames,
int maxThreads,
int maxRecordsPerThread) |
Copyright © 2005–2017 Zementis, Inc.. All rights reserved.