Uses of Class
com.ibm.di.cdm.core.NamingRuleIdentifier

Packages that use NamingRuleIdentifier
com.ibm.di.cdm.core   
com.ibm.di.cdm.itregistry   
com.ibm.di.cdm.jar   
 

Uses of NamingRuleIdentifier in com.ibm.di.cdm.core
 

Subclasses of NamingRuleIdentifier in com.ibm.di.cdm.core
 class DefaultNamingRuleIdentifier
          Default implementation used for representing Naming Rule Identifiers (attributes taking part in a naming rule).
 

Fields in com.ibm.di.cdm.core with type parameters of type NamingRuleIdentifier
protected  java.util.Set<NamingRuleIdentifier> NamingRule.identifiers
          The identifiers of this naming rule.
 

Methods in com.ibm.di.cdm.core that return NamingRuleIdentifier
protected  NamingRuleIdentifier MetaData.getNamingRuleIdentifier(java.lang.String classType, java.lang.String originalName)
          Create NamingRuleIdentifier be provided class type and attribute name.
 

Methods in com.ibm.di.cdm.core that return types with arguments of type NamingRuleIdentifier
 java.util.Set<NamingRuleIdentifier> NamingRule.getIdentifiers()
          Returns the identifiers of the Naming Rule.
 

Methods in com.ibm.di.cdm.core with parameters of type NamingRuleIdentifier
protected  java.lang.String MetaData.getIdentifierName(NamingRuleIdentifier identifier)
          Generate proper name for provided NamingRuleIdentifier.
 

Method parameters in com.ibm.di.cdm.core with type arguments of type NamingRuleIdentifier
 NamingRule NamingRule.intersect(java.util.Set<NamingRuleIdentifier> attributes)
          Checks if the provided attributes match this naming rule.
 

Uses of NamingRuleIdentifier in com.ibm.di.cdm.itregistry
 

Methods in com.ibm.di.cdm.itregistry with parameters of type NamingRuleIdentifier
protected  java.lang.String ITRegistryMetaData.getIdentifierName(NamingRuleIdentifier identifier)
          Generate proper name for provided NamingRuleIdentifier.
 

Uses of NamingRuleIdentifier in com.ibm.di.cdm.jar
 

Methods in com.ibm.di.cdm.jar with parameters of type NamingRuleIdentifier
protected  java.lang.String JarMetaData.getIdentifierName(NamingRuleIdentifier identifier)
          Generate proper name for provided NamingRuleIdentifier.