Uses of Class
com.ca.commons.datamodel.MetaDataDefs.NormalizeConnValue

Packages that use MetaDataDefs.NormalizeConnValue
com.ca.commons.datamodel Data modelling library with metadata support. 
com.ca.jcs.meta Contains components which are metadata driven or assist in the condensing of information derived from metadata to allow efficient processing. 
 

Uses of MetaDataDefs.NormalizeConnValue in com.ca.commons.datamodel
 

Methods in com.ca.commons.datamodel that return MetaDataDefs.NormalizeConnValue
static MetaDataDefs.NormalizeConnValue MetaDataDefs.NormalizeConnValue.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MetaDataDefs.NormalizeConnValue[] MetaDataDefs.NormalizeConnValue.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of MetaDataDefs.NormalizeConnValue in com.ca.jcs.meta
 

Methods in com.ca.jcs.meta that return MetaDataDefs.NormalizeConnValue
 MetaDataDefs.NormalizeConnValue MetaObjectClassMapping.getNormalizeMode(String ldapAttrId)
          Lookup which of normalization modes apply for an attribute identified by ldap-speak id
 

Methods in com.ca.jcs.meta with parameters of type MetaDataDefs.NormalizeConnValue
 String MetaConnector.normalizeConnDn(String dnStr, MetaDataDefs.NormalizeConnValue normalizeMode, MetaDataDefs.NormalizeConnValueStyle normalizeStyle)
          Perform normalization of a conn-speak DN value defined by mode and style
 Attribute MetaConnector.normalizeConnDnAttr(Attribute attr, MetaDataDefs.NormalizeConnValue normalizeMode, MetaDataDefs.NormalizeConnValueStyle normalizeStyle)
          Perform normalization of a conn-speak DN attribute defined by mode and style
 



Created 2011-07-14 13:27 EST