org.mule.common.metadata.key.property
Class TypeDescribingProperty

java.lang.Object
  extended by org.mule.common.metadata.key.property.TypeDescribingProperty
All Implemented Interfaces:
MetaDataKeyProperty, MetaDataProperty

public class TypeDescribingProperty
extends Object
implements MetaDataKeyProperty

Property used between DevKit and the connector. This property will help the connector's developer to discriminate between input or output metadata


Nested Class Summary
static class TypeDescribingProperty.TypeScope
           
 
Constructor Summary
TypeDescribingProperty(TypeDescribingProperty.TypeScope typeScope, String method)
           
 
Method Summary
 String getMethod()
           
 TypeDescribingProperty.TypeScope getTypeScope()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeDescribingProperty

public TypeDescribingProperty(TypeDescribingProperty.TypeScope typeScope,
                              String method)
Method Detail

getTypeScope

public TypeDescribingProperty.TypeScope getTypeScope()

getMethod

public String getMethod()


Copyright © 2014. All rights reserved.