public class SchemaMetadataInfo extends Object
| Constructor and Description |
|---|
SchemaMetadataInfo(String schemaName,
String adapterNotes,
Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsProperty(String key)
Check if the property with the given key is set
|
String |
getAdapterNotes() |
Map<String,String> |
getProperties()
\note Keys are case-insensitive and stored upper case
|
String |
getProperty(String name)
Get a property value by the property name
|
String |
getSchemaName() |
String |
toString() |
public String getSchemaName()
public String getAdapterNotes()
public Map<String,String> getProperties()
public String getProperty(String name)
name - property namepublic boolean containsProperty(String key)
key - key to checktrue if the property with the given key is setCopyright © 2019. All rights reserved.