public class VDBTranslatorMetaData extends AdminObjectImpl implements Translator
attachments
EXECUTION_FACTORY_CLASS, TRANSLATOR_PROPERTY
DELIMITER, 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, setServerName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getProperties, getPropertyValue
getHostName, getServerGroup, getServerName
public String getName()
AdminObject
getName
in interface AdminObject
getName
in class AdminObjectImpl
public void setName(String name)
setName
in class AdminObjectImpl
public String getType()
Translator
getType
in interface Translator
public void setType(String type)
public Class<?> getExecutionFactoryClass()
public void setExecutionFactoryClass(Class<?> clazz)
public String getDescription()
Translator
getDescription
in interface Translator
public 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.