EnhancedPropertyProvider for new implementations.@Deprecated
public interface PropertyProvider
| Modifier and Type | Field and Description |
|---|---|
static int |
PROPERTY_TYPE_FILE
Deprecated.
|
static int |
PROPERTY_TYPE_NUMBER
Deprecated.
|
static int |
PROPERTY_TYPE_PASSWORD
Deprecated.
|
static int |
PROPERTY_TYPE_STATIC_LIST
Deprecated.
|
static int |
PROPERTY_TYPE_STRING
Deprecated.
|
static int |
PROPERTY_TYPE_XL_STRING
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultValue(java.lang.String propertyName)
Deprecated.
Get the default data for a property, if nothing is set yet.
|
java.lang.String[] |
getProperties()
Deprecated.
|
int |
getPropertyType(java.lang.String propertyName)
Deprecated.
Get the type of a property.
|
static final int PROPERTY_TYPE_NUMBER
static final int PROPERTY_TYPE_STRING
static final int PROPERTY_TYPE_PASSWORD
static final int PROPERTY_TYPE_FILE
static final int PROPERTY_TYPE_STATIC_LIST
static final int PROPERTY_TYPE_XL_STRING
@Deprecated java.lang.String[] getProperties()
PropertyProvider.getProperties()int getPropertyType(java.lang.String propertyName)
getProperties().propertyName - java.lang.String getDefaultValue(java.lang.String propertyName)
propertyName - a property got by getProperties()Copyright © Micro Focus 2004-2019. All rights reserved.