public interface IDatasourceMetadata
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.lang.String> |
getAllPropertyKeys()
Get the list of available property keys for this Mapping
|
java.lang.String |
getName()
Get the Mapping's 'Name' value
|
java.lang.String |
getPropertyValue(java.lang.String aKey)
get the value for the specified key
|
java.lang.String getName()
java.lang.String getPropertyValue(java.lang.String aKey)
aKey - The property key to get the value forjava.util.Collection<java.lang.String> getAllPropertyKeys()
Copyright © 2005-2020 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.