public class SimpleParameterInfo extends BaseFeatureInfo implements IParameterInfo
IAttributedFeatureInfo.MODIFIERIAnnotatedFeatureInfo.IAnnotationInfoHelperEMPTY_ARRAYANNOTATION_HELPER| Constructor and Description |
|---|
SimpleParameterInfo(IFeatureInfo container,
IType type,
int parentIndex) |
| Modifier and Type | Method and Description |
|---|---|
List<IAnnotationInfo> |
getDeclaredAnnotations() |
String |
getDescription()
A full description of this feature.
|
String |
getDisplayName()
Gets the display name of this feature.
|
IType |
getFeatureType()
The type of this feature e.g., for a property this is the property's type.
|
String |
getName()
Gets the programmatic name or identifier of this feature.
|
String |
getShortDescription() |
static String |
getTypeName(IType type) |
boolean |
isStatic()
True if this feature is static, meaning the feature is not specific to a
particular instance of the feature's containing type.
|
getAnnotation, getAnnotations, getAnnotationsOfType, getContainer, getDeprecatedReason, getOwnersType, getParamTypes, getSuperAnnotatedElements, hasAnnotation, hasDeclaredAnnotation, isAbstract, isDefaultImpl, isDeprecated, isFinal, isHidden, isInternal, isInternalAPI, isPrivate, isProtected, isPublic, isScriptable, isVisible, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetContainer, getLocationInfo, getOwnersTypepublic SimpleParameterInfo(IFeatureInfo container, IType type, int parentIndex)
public String getName()
IFeatureInfogetName in interface IFeatureInfopublic List<IAnnotationInfo> getDeclaredAnnotations()
getDeclaredAnnotations in interface IAnnotatedFeatureInfopublic String getDisplayName()
IFeatureInfogetDisplayName in interface IFeatureInfogetDisplayName in class BaseFeatureInfopublic String getShortDescription()
public String getDescription()
IFeatureInfogetDescription in interface IFeatureInfogetDescription in class BaseFeatureInfopublic boolean isStatic()
IAttributedFeatureInfoisStatic in interface IAttributedFeatureInfopublic IType getFeatureType()
IIntrinsicTypeReferencegetFeatureType in interface IIntrinsicTypeReferenceCopyright © 2017. All rights reserved.