psdi.iface.mic

Class EnterpriseServicePropInfo

  • java.lang.Object
    • psdi.iface.mic.EnterpriseServicePropInfo


  • public final class EnterpriseServicePropInfo
    extends java.lang.Object
    Holds information about the EnterpriseServiceProp
    • Constructor Summary

      Constructors 
      Constructor and Description
      EnterpriseServicePropInfo(int isXMLTag, java.lang.String param, java.lang.String value)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getIfaceName()
      Get the service name
      java.lang.String getParam()
      Get the property name
      java.lang.String getValue()
      Set the property value
      boolean isXmlTag()
      Is this property an xml tag
      void setIfaceName(java.lang.String in)
      Set the service name
      • Methods inherited from class java.lang.Object

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

      • EnterpriseServicePropInfo

        public EnterpriseServicePropInfo(int isXMLTag,
                                         java.lang.String param,
                                         java.lang.String value)
        Constructor
        Parameters:
        isXMLTag - is this property an xml tag
        param - property name
        value - property value
    • Method Detail

      • setIfaceName

        public void setIfaceName(java.lang.String in)
        Set the service name
        Parameters:
        in - service name
      • getIfaceName

        public java.lang.String getIfaceName()
        Get the service name
        Returns:
        service name
      • getParam

        public java.lang.String getParam()
        Get the property name
        Returns:
        property name
      • getValue

        public java.lang.String getValue()
        Set the property value
        Returns:
        property value
      • isXmlTag

        public boolean isXmlTag()
        Is this property an xml tag
        Returns:
        true or false