Class PBEAttributeMethod
Object
|
+--PBEUnit
|
+--PBEAttribute
|
+--PBEMethod
|
+--PBEAttributeMethod
- Direct Known Subclasses:
- PBEKeepMethod
- public class PBEAttributeMethod
- extends PBEMethod
The "attribute" method requires that all attributes are OK before
executing.
|
Method Summary |
varchar |
getAttributeStatus()
This method calls the object to check the status
on all attributes. |
| Methods inherited from class PBEAttribute |
afterInput,
beforeInput,
disable,
doAfterInput,
doBeforeInput,
doOnOutput,
enable,
enabled,
getStatus,
getValue,
getValue,
globalReference,
hide,
onOutput,
outputValue,
prepareAction,
setStatus,
setValue,
setValue,
show |
PBEAttributeMethod
public PBEAttributeMethod()
getAttributeStatus
public varchar getAttributeStatus()
- This method calls the object to check the status
on all attributes. If one attribute has an error, then
this method will return the error.
- Overrides:
- getAttributeStatus in class PBEMethod