Package com.vdoc.sdk.commons.utils
Class PropertyUtils
java.lang.Object
com.vdoc.sdk.commons.utils.PropertyUtils
Property utility class
- Author:
- famaridon
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisFileProperty(IProperty property) check if the property is file propertystatic booleanisMultipleFileProperty(IProperty property) check if the property is multiple file propertystatic booleanisSingleFileProperty(IProperty property) check if the property is single file property
-
Method Details
-
isFileProperty
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
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
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
-