|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Metafacade interface to be used by AndroMDA cartridges.
| Method Summary | |
String |
getDefaultValue()
|
EventFacade |
getEvent()
If this parameter is located on an event, this will represent that event. |
String |
getGetterName()
The name to use for accessors getting this parameter from a bean. |
int |
getLower()
the lower value for the multiplicity |
OperationFacade |
getOperation()
If this parameter is located on an operation, this will represent that operation. |
String |
getSetterName()
The name to use for accessors getting this parameter in a bean. |
ClassifierFacade |
getType()
|
int |
getUpper()
the upper value of the multiplicity (will be -1 for *) |
boolean |
isDefaultValuePresent()
Indicates if the default value is present. |
boolean |
isInoutParameter()
True if this parameter is an inout parameter. |
boolean |
isInParameter()
True if this parameter is an 'in' parameter. |
boolean |
isOutParameter()
True if this parameter is an 'out' parameter. |
boolean |
isParameterFacadeMetaType()
Indicates the metafacade type (used for metafacade mappings). |
boolean |
isReadable()
True if this parameter is readable, aka an in-parameter, or this feature is unspecified. |
boolean |
isRequired()
Whether or not this parameter is considered required (i.e must a non-empty value). |
boolean |
isReturn()
Whether or not this parameter represents a return parameter. |
boolean |
isWritable()
True if this parameter is writable, aka an out-parameter, or this feature is unspecified. |
| Method Detail |
public boolean isParameterFacadeMetaType()
truepublic String getDefaultValue()
public EventFacade getEvent()
If this parameter is located on an event, this will represent that event.
public String getGetterName()
The name to use for accessors getting this parameter from a bean.
public int getLower()
the lower value for the multiplicity
-only applicable for UML2
public OperationFacade getOperation()
If this parameter is located on an operation, this will represent that operation.
public String getSetterName()
The name to use for accessors getting this parameter in a bean.
public ClassifierFacade getType()
public int getUpper()
the upper value of the multiplicity (will be -1 for *)
-only applicable for UML2
public boolean isDefaultValuePresent()
Indicates if the default value is present.
public boolean isInParameter()
True if this parameter is an 'in' parameter.
public boolean isInoutParameter()
True if this parameter is an inout parameter.
public boolean isOutParameter()
True if this parameter is an 'out' parameter.
public boolean isReadable()
True if this parameter is readable, aka an in-parameter, or this feature is unspecified.
public boolean isRequired()
Whether or not this parameter is considered required (i.e must a non-empty value).
public boolean isReturn()
Whether or not this parameter represents a return parameter.
public boolean isWritable()
True if this parameter is writable, aka an out-parameter, or this feature is unspecified.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||