public interface IDfDborEntry
IDfDbor
as a data module to set service properties.IDfDbor
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getJavaClass()
Retrieves the Java Class name
|
java.lang.String |
getName()
Retrieving the name of the Properties
|
java.lang.String |
getVersion()
Retrieves the version string
|
boolean |
isServiceBased()
Indicates whether this is service based or type based
|
void |
setJavaClass(java.lang.String javaClass)
Sets the Java Class name
|
void |
setName(java.lang.String name)
Setting the name of the Properties
|
void |
setServiceBased(boolean serviceBased)
Set the flag indicating whether this is service based or type based
|
void |
setVersion(java.lang.String version)
Sets the version string
|
void |
validate()
Validate data
|
java.lang.String getName()
void setName(java.lang.String name)
name
- properties namejava.lang.String getJavaClass()
void setJavaClass(java.lang.String javaClass)
javaClass
- java class nameboolean isServiceBased()
true
if service based, false
otherwisevoid setServiceBased(boolean serviceBased)
serviceBased
- true
if service based, false
if type basedjava.lang.String getVersion()
void setVersion(java.lang.String version)
version
- version stringvoid validate() throws DfServiceException
DfServiceException
- Bad dataCopyright 1994-2023 OpenText Corporation. All rights reserved.