Class ParameterDefinition


  • public final class ParameterDefinition
    extends java.lang.Object
    Defines the parameter for a Transformation class.
    Since:
    2.3.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)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.onwbp.base.text.UserMessage getDescription()
      Returns the parameter description.
      java.lang.String getName()
      Returns the parameter name.
      com.orchestranetworks.schema.SchemaTypeName getType()
      Returns the SchemaTypeName of the parameter.
      java.lang.String getValue()
      Returns the String value of the 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)
    • Method Detail

      • getName

        public java.lang.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 java.lang.String getValue()
        Returns the String value of the parameter.