org.mule.devkit.model.module.oauth
Interface OAuthCallbackParameterField

All Superinterfaces:
Accessible, Annotable, Documentable, Field<OAuthModule>, Generifiable, Identifiable<VariableElement>, Parentable<OAuthModule>, Variable<OAuthModule>

public interface OAuthCallbackParameterField
extends Field<OAuthModule>


Method Summary
 String getExpression()
           
 
Methods inherited from interface org.mule.devkit.model.Field
getGetter, getSetter, hasGetter, hasSetter, isRequired, shouldBeIgnored
 
Methods inherited from interface org.mule.devkit.model.Variable
getAlternativeName, getDefaultValue, getEmailDomain, getJavaType, getMaxSizeLimit, getMinSizeLimit, getPattern, hasDefaultEmailDomain, hasDefaultValue, hasEmailPattern, hasPattern, hasSizeLimit, isMetaDataKey, isMetaDataStaticKey, isOptional, isQuery, isRefOnly, isText
 
Methods inherited from interface org.mule.devkit.model.Identifiable
accept, asType, asTypeMirror, getName, isReservedIdentifier, unwrap
 
Methods inherited from interface org.mule.devkit.model.Annotable
getAnnotation, getAnnotationMirrors, hasAnnotation
 
Methods inherited from interface org.mule.devkit.model.Documentable
getJavaDocParameterSummary, getJavaDocSummary, getJavaDocTagContent, getThrowsComment, hasJavaDocTag
 
Methods inherited from interface org.mule.devkit.model.Accessible
isAbstract, isFinal, isPrivate, isProtected, isPublic, isStatic
 
Methods inherited from interface org.mule.devkit.model.Generifiable
getTypeArguments, getXmlDeclaredChilds, hasTypeArguments
 
Methods inherited from interface org.mule.devkit.model.Parentable
parent
 

Method Detail

getExpression

String getExpression()


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