Class UndefinedPropertyInfo


  • public class UndefinedPropertyInfo
    extends java.lang.Object
    Class that provides the information for undefined properties set in extended items.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String extensionVersion
      Extension version of the extended-item.
      protected java.lang.String propName
      Name of the property.
      protected java.lang.Object value
      Value of the property.
    • Constructor Summary

      Constructors 
      Constructor Description
      UndefinedPropertyInfo​(java.lang.String name, java.lang.Object value, java.lang.String version)
      Constructs the this information with property name, value and extension version.
    • Field Detail

      • propName

        protected java.lang.String propName
        Name of the property.
      • value

        protected java.lang.Object value
        Value of the property.
      • extensionVersion

        protected java.lang.String extensionVersion
        Extension version of the extended-item.
    • Constructor Detail

      • UndefinedPropertyInfo

        public UndefinedPropertyInfo​(java.lang.String name,
                                     java.lang.Object value,
                                     java.lang.String version)
        Constructs the this information with property name, value and extension version.
        Parameters:
        name -
        value -
        version -
    • Method Detail

      • getPropName

        public java.lang.String getPropName()
        Returns:
        the propName
      • getValue

        public java.lang.Object getValue()
        Returns:
        the value
      • getExtensionVersion

        public java.lang.String getExtensionVersion()
        Returns:
        the extensionVersion