java.lang.Object | |
↳ | com.microstrategy.web.transform.FormalParameterAnnotation |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static final FormalParameterAnnotation | DEPRECATED | ||||||||||
public static final FormalParameterAnnotation | IGNORED | ||||||||||
public static final FormalParameterAnnotation | NOT_USED | Instead of marking a FormalParameter as NOT_USED, consider
removing it with removeFormalParam(String)
or removeFormalParameter(int). |
|||||||||
public static final FormalParameterAnnotation | UNCLASSIFIED | ||||||||||
public static final FormalParameterAnnotation | USABLE |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static FormalParameterAnnotation |
create(FormalParameterAnnotation prototype, String desc)
This factory method is for creating annotations with descriptions.
| ||||||||||
boolean | equals(Object obj) | ||||||||||
String | getDescription() | ||||||||||
static FormalParameters | getVisibleParameters(FormalParameters fps) | ||||||||||
int | hashCode() | ||||||||||
boolean | isVisible() | ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Instead of marking a FormalParameter as NOT_USED, consider
removing it with removeFormalParam(String)
or removeFormalParameter(int).
This factory method is for creating annotations with descriptions.
prototype | determines annotation type |
---|---|
desc | annotation details |