Class ParameterDefinition


  • public final class ParameterDefinition
    extends java.lang.Object
    Deprecated.
    Since 2.3.0, replaced by ParameterDefinition.
    Defines the parameter for a Transformation class.
    Since:
    2.1.0
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      com.onwbp.base.text.UserMessage getDescription()
      Deprecated.
      Returns the description of parameter.
      java.lang.String getName()
      Deprecated.
      Returns the name of parameter.
      com.orchestranetworks.schema.SchemaTypeName getType()
      Deprecated.
      Returns the SchemaTypeName of parameter.
      java.lang.String getValue()
      Deprecated.
      Returns the String value of parameter.
      • Methods inherited from class java.lang.Object

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

      • ParameterDefinition

        public ParameterDefinition​(java.lang.String name,
                                   com.onwbp.base.text.UserMessage description,
                                   com.orchestranetworks.schema.SchemaTypeName type,
                                   java.lang.String value)
        Deprecated.
    • Method Detail

      • getName

        public java.lang.String getName()
        Deprecated.
        Returns the name of parameter.
      • getDescription

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

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

        public java.lang.String getValue()
        Deprecated.
        Returns the String value of parameter.