public interface ITypeModel extends IBasicModel, IGenericElement
| Modifier and Type | Method and Description |
|---|---|
IFieldModel[] |
getFields()
getFields.
|
String |
getFullyQualifiedName()
getFullyQualifiedName.
|
ITypeModel[] |
getImplementedInterfaces()
getImplementedInterfaces
|
IMethodModel[] |
getMethods()
getMethods.
|
ITypeModel |
getSuperClass()
getSuperClass.
|
ITypeModel |
resolveClass(String qualifiedName)
resolveClass
|
getAnnotation, getAnnotationByCanonicalName, getAnnotations, getAnnotationValue, getAnnotationValues, getDocumentation, getName, hasAnnotation, hasAnnotationWithCanonicalNamegetTypeParametersIMethodModel[] getMethods()
getMethods.
IFieldModel[] getFields()
getFields.
IFieldModel objects.String getFullyQualifiedName()
getFullyQualifiedName.
String object.ITypeModel getSuperClass()
getSuperClass.
ITypeModel object.ITypeModel[] getImplementedInterfaces()
getImplementedInterfaces
ITypeModel objects.ITypeModel resolveClass(String qualifiedName)
resolveClass
qualifiedName - class qualified nameCopyright © 2015 Mulesoft. All rights reserved.