|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.cdm.core.NamingRulesReader
public abstract class NamingRulesReader
The base class for all Naming Rule readers.
Constructor Summary | |
---|---|
NamingRulesReader()
|
Method Summary | |
---|---|
abstract List<NamingRule> |
getAllNamingRules(String cdmClassType)
Returns all naming rules for the provided class. |
protected abstract String |
getFullyQualifiedName(String cdmClassName)
Gets the fully qualified name of the provided class type. |
protected String |
getShortName(String cdmClassType)
Gets the short version of the provided CDM class type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NamingRulesReader()
Method Detail |
---|
public abstract List<NamingRule> getAllNamingRules(String cdmClassType) throws Exception
cdmClassType
- the CDM class type.
List
of NamingRule
s.
Exception
- if a problem occurs.protected abstract String getFullyQualifiedName(String cdmClassName)
cdmClassName
- the CDM class type.
protected String getShortName(String cdmClassType)
cdmClassType
- the CDM class type.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |