org.mule.devkit.model
Interface Typeable

All Known Subinterfaces:
EnumType, ManagedConnectionModule, MetaDataModule, Module, OAuthModule, RestModule, Type

public interface Typeable


Method Summary
 boolean isArrayOrList()
           
 boolean isBigDecimal()
           
 boolean isBigInteger()
           
 boolean isBoolean()
           
 boolean isCalendar()
           
 boolean isChar()
           
 boolean isCollection()
           
 boolean isComplexType()
           
 boolean isComplexTypeWithGetterAndSetter(boolean checkGetterAndSetter)
           
 boolean isDate()
           
 boolean isDouble()
           
 boolean isEnum()
           
 boolean isFloat()
           
 boolean isHttpCallback()
           
 boolean isInteger()
           
 boolean isLong()
           
 boolean isMap()
           
 boolean isNestedProcessor()
           
 boolean isSet()
           
 boolean isString()
           
 boolean isURL()
           
 boolean isXmlType()
           
 

Method Detail

isXmlType

boolean isXmlType()

isNestedProcessor

boolean isNestedProcessor()

isArrayOrList

boolean isArrayOrList()

isSet

boolean isSet()

isMap

boolean isMap()

isEnum

boolean isEnum()

isCollection

boolean isCollection()

isString

boolean isString()

isBoolean

boolean isBoolean()

isInteger

boolean isInteger()

isLong

boolean isLong()

isFloat

boolean isFloat()

isDouble

boolean isDouble()

isChar

boolean isChar()

isHttpCallback

boolean isHttpCallback()

isURL

boolean isURL()

isDate

boolean isDate()

isBigDecimal

boolean isBigDecimal()

isBigInteger

boolean isBigInteger()

isComplexType

boolean isComplexType()

isComplexTypeWithGetterAndSetter

boolean isComplexTypeWithGetterAndSetter(boolean checkGetterAndSetter)

isCalendar

boolean isCalendar()


Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.