io.sarl.api.naming.namespace
Class CascadeFieldAccessValidator
All Superinterfaces:
IFieldAccessValidator
class CascadeFieldAccessValidator
extends java.lang.Object
implements IFieldAccessValidator
A tool that is able to determine if a field is observable or not by using a cascade of other field access validators.
Maven Group Identifier:
io.sarl.sdk
Maven Artifact Identifier:
api.naming
Since:
0.12
Action Summary
Modifier and type Action and description
boolean addValidator(IFieldAccessValidator)
Add a sub-validator at the end of the cascade.
FieldAccessRight getFieldAccessRight(Object,Field)
Action Details
addValidator(IFieldAccessValidator)
def addValidator(IFieldAccessValidator) : boolean
Add a sub-validator at the end of the cascade.
Parameters:
validator - the new validator, never null.
getFieldAccessRight(Object,Field)
def getFieldAccessRight(Object,Field) : FieldAccessRight