Interface ProcessServerCheckAttributeInfo
-
public interface ProcessServerCheckAttributeInfo
An object providing info for a Process Server Check Attribute
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getTranslationKey()
Returns the translation key of an attributeboolean
isFileChooser()
Returns true if the attribute has a file chooser associated with it.boolean
isMandatory()
Returns true if the attribute is mandatory.
-
-
-
Method Detail
-
getTranslationKey
String getTranslationKey()
Returns the translation key of an attribute- Returns:
- the translation key
-
isFileChooser
boolean isFileChooser()
Returns true if the attribute has a file chooser associated with it. Returns false otherwise.- Returns:
- the file chooser option
-
isMandatory
boolean isMandatory()
Returns true if the attribute is mandatory. Returns false if the attribute is optional.- Returns:
- the mandatory option
-
-