|
|||||||||||
| 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 java.util.List<NamingRule> |
getAllNamingRules(java.lang.String cdmClassType)
Returns all naming rules for the provided class. |
protected abstract java.lang.String |
getFullyQualifiedName(java.lang.String cdmClassName)
Gets the fully qualified name of the provided class type. |
protected java.lang.String |
getShortName(java.lang.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 java.util.List<NamingRule> getAllNamingRules(java.lang.String cdmClassType)
throws java.lang.Exception
cdmClassType - the CDM class type.
List of NamingRules.
java.lang.Exception - if a problem occurs.protected abstract java.lang.String getFullyQualifiedName(java.lang.String cdmClassName)
cdmClassName - the CDM class type.
protected java.lang.String getShortName(java.lang.String cdmClassType)
cdmClassType - the CDM class type.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||