Coverage Report - org.mule.api.annotations.meta.ChannelType
 
Classes in this File Line Coverage Branch Coverage Complexity
ChannelType
0%
0/5
N/A
0
 
 1  
 /*
 2  
  * $Id: ChannelType.java 17843 2010-07-03 22:08:57Z rossmason $
 3  
  * --------------------------------------------------------------------------------------
 4  
  * Copyright (c) MuleSoft, Inc.  All rights reserved.  http://www.mulesoft.com
 5  
  *
 6  
  * The software in this package is published under the terms of the CPAL v1.0
 7  
  * license, a copy of which has been included with this distribution in the
 8  
  * LICENSE.txt file.
 9  
  */
 10  
 package org.mule.api.annotations.meta;
 11  
 
 12  
 /**
 13  
  * Possible channel types in iBeans
 14  
  */
 15  0
 public enum ChannelType
 16  
 {
 17  0
     Inbound,
 18  0
     Outbound,
 19  0
     Reply,
 20  0
     Binding
 21  
 }