Class ParameterDefinition

java.lang.Object
com.orchestranetworks.addon.dex.transformation.ParameterDefinition

public final class ParameterDefinition extends Object
Defines the parameter for a Transformation class.
Since:
2.3.0
  • Constructor Summary

    Constructors
    Constructor
    Description
    ParameterDefinition(String name, com.onwbp.base.text.UserMessage description, com.orchestranetworks.schema.SchemaTypeName type, String value)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.onwbp.base.text.UserMessage
    Returns the parameter description.
    Returns the parameter name.
    com.orchestranetworks.schema.SchemaTypeName
    Returns the SchemaTypeName of the parameter.
    Returns the String value of the parameter.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ParameterDefinition

      public ParameterDefinition(String name, com.onwbp.base.text.UserMessage description, com.orchestranetworks.schema.SchemaTypeName type, String value)
  • Method Details

    • getName

      public String getName()
      Returns the parameter name.
    • getDescription

      public com.onwbp.base.text.UserMessage getDescription()
      Returns the parameter description.
    • getType

      public com.orchestranetworks.schema.SchemaTypeName getType()
      Returns the SchemaTypeName of the parameter.
    • getValue

      public String getValue()
      Returns the String value of the parameter.