Class PropertyUtils

java.lang.Object
com.vdoc.sdk.commons.utils.PropertyUtils

public class PropertyUtils extends Object
Property utility class
Author:
famaridon
  • Method Details

    • isFileProperty

      public static boolean isFileProperty(IProperty property)
      check if the property is file property
      Parameters:
      property - the property to check
      Returns:
      true is and only if the property is file type
    • isSingleFileProperty

      public static boolean isSingleFileProperty(IProperty property)
      check if the property is single file property
      Parameters:
      property - the property to check
      Returns:
      true is and only if the property is single file property
    • isMultipleFileProperty

      public static boolean isMultipleFileProperty(IProperty property)
      check if the property is multiple file property
      Parameters:
      property - the property to check
      Returns:
      true is and only if the property is multiple file property