public interface FieldFilter
Modifier and Type | Method and Description |
---|---|
boolean |
canRead(Field field)
NOT Implemented YET
|
boolean |
canUse(Field field)
NOT Implemented YET
|
boolean |
canUse(Field field,
Method method)
Can the field be used
|
boolean |
canWrite(Field field)
NOT Implemented YET
|
boolean canUse(Field field)
field
- the fieldboolean canUse(Field field, Method method)
field
- the fieldmethod
- the methodboolean canRead(Field field)
field
- the fieldboolean canWrite(Field field)
field
- the fieldCopyright © 2025 Chemouni Uriel. All rights reserved.