psdi.iface.mic

Class MaxEndPointPropInfo

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


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

      Constructors 
      Constructor and Description
      MaxEndPointPropInfo(java.lang.String propertyName, java.lang.String value, int over)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean allowOveride()
      Determine can propery be overriden
      boolean getBooleanValue()
      Get boolean property value
      java.lang.String getPropertyName()
      Get the property name
      java.lang.String getValue()
      Get property value
      • Methods inherited from class java.lang.Object

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

      • MaxEndPointPropInfo

        public MaxEndPointPropInfo(java.lang.String propertyName,
                                   java.lang.String value,
                                   int over)
        Constructor
        Parameters:
        propertyName - the property name
        value - the property value
        over - can this property being overriden
    • Method Detail

      • getPropertyName

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

        public java.lang.String getValue()
        Get property value
        Returns:
        tproperty value
      • allowOveride

        public boolean allowOveride()
        Determine can propery be overriden
        Returns:
        indicator can property be overriden