Class ProMParameter
- java.lang.Object
-
- org.processmining.contexts.uitopia.model.ProMParameter
-
- All Implemented Interfaces:
org.deckfour.uitopia.api.model.Parameter
public class ProMParameter extends java.lang.Object implements org.deckfour.uitopia.api.model.Parameter
-
-
Constructor Summary
Constructors Constructor Description ProMParameter(java.lang.String name, int index, org.deckfour.uitopia.api.model.ResourceType type, boolean isArray)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMaxCardinality()
int
getMinCardinality()
java.lang.String
getName()
int
getRealParameterIndex()
org.deckfour.uitopia.api.model.ResourceType
getType()
boolean
isRequired()
-
-
-
Method Detail
-
isRequired
public boolean isRequired()
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceorg.deckfour.uitopia.api.model.Parameter
-
getType
public org.deckfour.uitopia.api.model.ResourceType getType()
- Specified by:
getType
in interfaceorg.deckfour.uitopia.api.model.Parameter
-
getRealParameterIndex
public int getRealParameterIndex()
-
getMaxCardinality
public int getMaxCardinality()
- Specified by:
getMaxCardinality
in interfaceorg.deckfour.uitopia.api.model.Parameter
-
getMinCardinality
public int getMinCardinality()
- Specified by:
getMinCardinality
in interfaceorg.deckfour.uitopia.api.model.Parameter
-
-