Uses of Class
com.ca.jcs.ObjectClassMapping.SpecialRole

Packages that use ObjectClassMapping.SpecialRole
com.ca.jcs Contains all classes making up the implementation of CA Java Connector Server ("Java CS" or "JCS"), which supports connectors which take LDAP traffic in at the top level and convert it into the native language of the managed system with which they communicate. 
 

Uses of ObjectClassMapping.SpecialRole in com.ca.jcs
 

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

Methods in com.ca.jcs with parameters of type ObjectClassMapping.SpecialRole
 void ObjectClassMapping.setSpecialRole(ObjectClassMapping.SpecialRole specialRole)
           
 



Created 2011-07-14 13:27 EST