com.ibm.tivoli.maximo.interaction.policy

Class PolicyParamInfo

  • java.lang.Object
    • com.ibm.tivoli.maximo.interaction.policy.PolicyParamInfo


  • public final class PolicyParamInfo
    extends java.lang.Object
    Holds information about the Endpoint and it's properties
    • Constructor Summary

      Constructors 
      Constructor and Description
      PolicyParamInfo(java.lang.String param, java.lang.String description, java.lang.String value, java.lang.String defaultValue)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getDefaultValue()
      Get the endpoint name
      java.lang.String getDescription()
      Get the endpoint name
      java.lang.String getParam()
      Get the endpoint name
      java.lang.String getValue()
      Get the endpoint name
      • Methods inherited from class java.lang.Object

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

      • PolicyParamInfo

        public PolicyParamInfo(java.lang.String param,
                               java.lang.String description,
                               java.lang.String value,
                               java.lang.String defaultValue)
        Constructor
        Parameters:
        param - paramters
        value - paramater value
        defaultValue - paramater default value
    • Method Detail

      • getParam

        public java.lang.String getParam()
        Get the endpoint name
        Returns:
        the endpoint name
      • getDescription

        public java.lang.String getDescription()
        Get the endpoint name
        Returns:
        the endpoint name
      • getDefaultValue

        public java.lang.String getDefaultValue()
        Get the endpoint name
        Returns:
        the endpoint name
      • getValue

        public java.lang.String getValue()
        Get the endpoint name
        Returns:
        the endpoint name