org.mule.common.metadata.datatype
Class SupportedOperatorsFactory

java.lang.Object
  extended by org.mule.common.metadata.datatype.SupportedOperatorsFactory

public class SupportedOperatorsFactory
extends Object


Method Summary
 List<Operator> getCommonOperations()
           
static SupportedOperatorsFactory getInstance()
           
 List<Operator> getSupportedOperationsFor(DataType dataType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SupportedOperatorsFactory getInstance()

getSupportedOperationsFor

public List<Operator> getSupportedOperationsFor(DataType dataType)

getCommonOperations

public List<Operator> getCommonOperations()


Copyright © 2015 MuleSoft, Inc.. All rights reserved.