Class ParameterRepresentation

java.lang.Object
org.palladiosimulator.editors.commons.dialogs.datatype.ParameterRepresentation

public class ParameterRepresentation extends Object
Responsibly for representation different Signature property (ReturnType, Parameters, Exceptions), as string.
  • Constructor Details

    • ParameterRepresentation

      public ParameterRepresentation()
  • Method Details

    • dataTypeToString

      public static String dataTypeToString(org.palladiosimulator.pcm.repository.DataType returnType)
      Represents DataType in accordance with Palladio styles.
      Parameters:
      returnType - the return type
      Returns:
      the string
    • parametersToString

      public static String parametersToString(EList<org.palladiosimulator.pcm.repository.Parameter> parameters)
      The method create the string list of parameter (parameter1, parameter2, ...).
      Parameters:
      parameters - the parameters
      Returns:
      the string