Uses of Class
com.atlassian.crowd.importer.model.MembershipDTO.ChildType

Packages that use MembershipDTO.ChildType
com.atlassian.crowd.importer.model   
 

Uses of MembershipDTO.ChildType in com.atlassian.crowd.importer.model
 

Methods in com.atlassian.crowd.importer.model that return MembershipDTO.ChildType
 MembershipDTO.ChildType MembershipDTO.getChildType()
           
static MembershipDTO.ChildType MembershipDTO.ChildType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MembershipDTO.ChildType[] MembershipDTO.ChildType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.crowd.importer.model with parameters of type MembershipDTO.ChildType
static java.lang.String MembershipDTO.getRelationshipKey(MembershipDTO.ChildType childType, java.lang.String childName, java.lang.String containerName)
           
 void MembershipDTO.setChildType(MembershipDTO.ChildType childType)
           
 

Constructors in com.atlassian.crowd.importer.model with parameters of type MembershipDTO.ChildType
MembershipDTO(MembershipDTO.ChildType childType, java.lang.String childName, java.lang.String parentName)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.