public abstract class AllowedEntityConfig<S> extends Config<S>
Config.FieldPresence
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
ALLOWED |
Constructor and Description |
---|
AllowedEntityConfig() |
Modifier and Type | Method and Description |
---|---|
boolean |
isAllowed()
Indicates whether the element is allowed for admission into the control
domain.
|
AllowedEntityConfig |
isAllowed(java.lang.Boolean isAllowed)
Specifies whether the element is to be allowed for admission into the
control domain.
|
apply, clear, get, get, get, get, get, get, getList, getList, hasField, hasField, hasFields, hasFields, hasOnlyFields, hasOnlyFields, init, isBoolean, isBoolean, isConnectPoint, isConnectPoint, isDecimal, isDecimal, isIntegralNumber, isIntegralNumber, isIpAddress, isIpAddress, isIpPrefix, isIpPrefix, isMacAddress, isMacAddress, isNumber, isNumber, isString, isString, isTpPort, isTpPort, isValid, isValidLength, key, node, setList, setOrClear, setOrClear, setOrClear, setOrClear, setOrClear, setOrClear, setOrClear, subject, toString
protected static final java.lang.String ALLOWED
public boolean isAllowed()
public AllowedEntityConfig isAllowed(java.lang.Boolean isAllowed)
isAllowed
- true to allow; false to forbid; null to clear