|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface Parameter
Indicates that the annotated Java parameter element is parameter of QVT operation.
Operation| Required Element Summary | |
|---|---|
java.lang.String |
name
The parameter name in the namespace of its owning QVT operation. |
| Optional Element Summary | |
|---|---|
java.lang.String |
description
Gets the textual description for the annotated parameter, typically representing the detail semantics information, useful for a tooling support. |
| Element Detail |
|---|
public abstract java.lang.String name
public abstract java.lang.String description
|
Copyright 2008 Borland Software Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||