javax.jmi.model
Interface Parameter
- All Superinterfaces:
- ModelElement, RefBaseObject, RefFeatured, RefObject, TypedElement
public interface Parameter
- extends TypedElement
Fields inherited from interface javax.jmi.model.ModelElement |
ALLDEP, CONSTRAINEDELEMENTSDEP, CONSTRAINTDEP, CONTAINERDEP, CONTENTSDEP, IMPORTDEP, INDIRECTDEP, REFERENCEDENDSDEP, SIGNATUREDEP, SPECIALIZATIONDEP, TAGGEDELEMENTSDEP, TYPEDEFINITIONDEP |
Methods inherited from interface javax.jmi.model.ModelElement |
findRequiredElements, getAnnotation, getConstraints, getContainer, getName, getQualifiedName, getRequiredElements, isFrozen, isRequiredBecause, isVisible, setAnnotation, setContainer, setName |
getDirection
DirectionKind getDirection()
getMultiplicity
MultiplicityType getMultiplicity()
setDirection
void setDirection(DirectionKind newValue)
setMultiplicity
void setMultiplicity(MultiplicityType newValue)