Interface ProcessServerCheckAttributeInfo
- 
 public interface ProcessServerCheckAttributeInfoAn object providing info for a Process Server Check Attribute
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetTranslationKey()Returns the translation key of an attributebooleanisFileChooser()Returns true if the attribute has a file chooser associated with it.booleanisMandatory()Returns true if the attribute is mandatory.
 
- 
- 
- 
Method Detail- 
getTranslationKeyString getTranslationKey() Returns the translation key of an attribute- Returns:
- the translation key
 
 - 
isFileChooserboolean isFileChooser() Returns true if the attribute has a file chooser associated with it. Returns false otherwise.- Returns:
- the file chooser option
 
 - 
isMandatoryboolean isMandatory() Returns true if the attribute is mandatory. Returns false if the attribute is optional.- Returns:
- the mandatory option
 
 
- 
 
-