|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ParameterDirectionKind | |
| org.omg.uml.foundation.core | |
| org.omg.uml.foundation.datatypes | |
| Uses of ParameterDirectionKind in org.omg.uml.foundation.core |
| Methods in org.omg.uml.foundation.core that return ParameterDirectionKind | |
ParameterDirectionKind |
Parameter.getKind()
Returns the value of attribute kind. |
| Methods in org.omg.uml.foundation.core with parameters of type ParameterDirectionKind | |
void |
Parameter.setKind(ParameterDirectionKind newValue)
Sets the value of kind attribute. |
Parameter |
ParameterClass.createParameter(String name,
VisibilityKind visibility,
boolean isSpecification,
Expression defaultValue,
ParameterDirectionKind kind)
Creates an instance object having attributes initialized by the passed values. |
| Uses of ParameterDirectionKind in org.omg.uml.foundation.datatypes |
| Classes in org.omg.uml.foundation.datatypes that implement ParameterDirectionKind | |
class |
ParameterDirectionKindEnum
ParameterDirectionKind enumeration class implementation. |
| Methods in org.omg.uml.foundation.datatypes that return ParameterDirectionKind | |
static ParameterDirectionKind |
ParameterDirectionKindEnum.forName(String name)
Translates literal name to correspondent enumeration value. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||