Uses of Class
com.ebmwebsourcing.petalsbpm.business.domain.di.api.ParticipantBandKind

Packages that use ParticipantBandKind
com.ebmwebsourcing.petalsbpm.business.domain.di.api   
com.ebmwebsourcing.petalsbpm.business.domain.di.impl   
 

Uses of ParticipantBandKind in com.ebmwebsourcing.petalsbpm.business.domain.di.api
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.di.api that return ParticipantBandKind
 ParticipantBandKind IBPMNShape.getParticipantBandKind()
          Should only be used for Participant Bands.
static ParticipantBandKind ParticipantBandKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ParticipantBandKind[] ParticipantBandKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ParticipantBandKind in com.ebmwebsourcing.petalsbpm.business.domain.di.impl
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.di.impl that return ParticipantBandKind
 ParticipantBandKind BPMNShape.getParticipantBandKind()
           
 

Methods in com.ebmwebsourcing.petalsbpm.business.domain.di.impl with parameters of type ParticipantBandKind
 void BPMNShape.setParticipantBandKind(ParticipantBandKind participantBandKind)
           
 



Copyright © 2010-2011 eBM WebSourcing. All Rights Reserved.