org.mule.devkit.model
Interface Accessible

All Known Subinterfaces:
ConnectMethod, EnumType, Field<P>, FilterMethod, Identifiable<T>, ManagedConnectionModule, Method<P>, Module, OAuthCallbackParameterField, OAuthModule, Package, Parameter<P>, ProcessorMethod, RestCall, RestField, RestModule, RestParameter, SourceMethod, TransformerMethod, TransformerResolverMethod, Type, Variable<P>

public interface Accessible


Method Summary
 boolean isAbstract()
           
 boolean isFinal()
           
 boolean isPrivate()
           
 boolean isProtected()
           
 boolean isPublic()
           
 boolean isStatic()
           
 

Method Detail

isPublic

boolean isPublic()

isPrivate

boolean isPrivate()

isProtected

boolean isProtected()

isAbstract

boolean isAbstract()

isFinal

boolean isFinal()

isStatic

boolean isStatic()


Copyright © 2010-2013 MuleSoft, Inc.. All Rights Reserved.