Class Property

    • Method Detail

      • getName

        public String getName()
      • getDefaultValue

        public String getDefaultValue()
      • getDefaultValues

        public List<String> getDefaultValues()
        Returns the default value list or null if there's no property default.
        Returns:
        the default value list or null if there's no property default.
        Since:
        7.0.0
      • isEquivalent

        public boolean isEquivalent​(Object obj)
        Description copied from interface: ICustomEquivalence
        Returns whether this object is equivalent to the given object. If the object is equivalent, it will not need to be updated during synchronization.
        Specified by:
        isEquivalent in interface ICustomEquivalence
        Parameters:
        obj - the object to compare with.
        Returns:
        true if the objects are equivalent, false otherwise.