public interface TeiidTranslator
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getName() |
Properties |
getProperties() |
String |
getType() |
void |
setProperties(Properties changedProperties) |
String getName()
String getDescription()
String getType()
Properties getProperties()
void setProperties(Properties changedProperties) throws Exception
changedProperties
- the list of properties that are being changed (never null
or empty)Exception
- if there is a problem changing the propertiesCopyright © 2013–2019. All rights reserved.