public abstract class ConfigurationField extends Object
FileSystemProvider's
declare the expected fields via the method FileSystemProvider#getConfigurationTemplate().
ConfigurationField's consist of a fieldName that uniquely
identifies the field. In addition, the various subclasses of ConfigurationField generally
define a field value that represents the value that the user entered (or should enter in the case
of a configuration template)FileConfiguration| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName()
Returns the unique identifier for this field
|
public final String getFieldName()
Copyright © 2020 Actian Corporation. All rights reserved.