public class VDBTranslatorMetaData extends AdminObjectImpl implements Translator
attachmentsEXECUTION_FACTORY_CLASS, TRANSLATOR_PROPERTYDELIMITER, DELIMITER_CHAR, ESCAPED_DELIMITER, ESCAPED_WILDCARD, WILDCARD| Constructor and Description |
|---|
VDBTranslatorMetaData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Get the Translator description
|
Class<?> |
getExecutionFactoryClass() |
String |
getModuleName() |
String |
getName()
Get the name for this AdminObject, usually the last component of the identifier.
|
VDBTranslatorMetaData |
getParent() |
String |
getType()
Get the Translator type
|
void |
setDescription(String desc) |
void |
setExecutionFactoryClass(Class<?> clazz) |
void |
setModuleName(String name) |
void |
setName(String name) |
void |
setParent(VDBTranslatorMetaData parent) |
void |
setType(String type) |
String |
toString() |
addAttchment, addProperty, getAttachment, getHostName, getProperties, getPropertiesMap, getPropertyValue, getServerGroup, getServerName, removeAttachment, setHostName, setProperties, setServerGroup, setServerNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetProperties, getPropertyValuegetHostName, getServerGroup, getServerNamepublic String getName()
AdminObjectgetName in interface AdminObjectgetName in class AdminObjectImplpublic void setName(String name)
setName in class AdminObjectImplpublic String getType()
TranslatorgetType in interface Translatorpublic void setType(String type)
public Class<?> getExecutionFactoryClass()
public void setExecutionFactoryClass(Class<?> clazz)
public String getDescription()
TranslatorgetDescription in interface Translatorpublic void setDescription(String desc)
public String getModuleName()
public void setModuleName(String name)
public void setParent(VDBTranslatorMetaData parent)
public VDBTranslatorMetaData getParent()
Copyright © 2017 JBoss by Red Hat. All rights reserved.