com.change_vision.jude.api.inf.model
Interface IParameter

com.change_vision.jude.api.inf.model.IParameter
All Implemented Interfaces:
IElement, INamedElement

public IParameter
extends INamedElement

Interface for Parameters.


Method Summary
abstract  IClass getType()
          Get Type.
abstract  String getTypeExpression()
          Get Type Expression.
 
Methods inherited from class com.change_vision.jude.api.inf.model.INamedElement
getClientDependencies, getConstraints, getDefinition, getDiagrams, getName, getSupplierDependencies, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility
 
Methods inherited from class com.change_vision.jude.api.inf.model.IElement
getComments, getId, getOwner, getStereotypes, getTaggedValues
 

Method Detail

getType

public abstract IClass getType()
Get Type.

Returns:
Type. Return null in case there is none.

getTypeExpression

public abstract String getTypeExpression()
Get Type Expression.

Returns:
the array of Type Expression. Return empty string ("") in case there is none.