public interface AttributeReadFlagAdvanced extends AttributeReadFlag
AttributeWriteVisible
,
AttributeWriteEnabled
Modifier and Type | Method and Description |
---|---|
boolean |
getFlag()
This method reads the flag value.
|
boolean |
getFlag(FlagModifier modifier)
This method gets the value of the flag for the given
FlagModifier . |
boolean getFlag()
true
for all FlagModifier
s.getFlag
in interface AttributeReadFlag
true
if all aggregated flags
are true
and all parents have the same flag set to true
.boolean getFlag(FlagModifier modifier)
FlagModifier
. modifier
- is the FlagModifier
. May be null
for the default modifier.FlagModifier
. Will be true
if it has never been set
for the given FlagModifier
.Copyright © 2001–2016 mmm-Team. All rights reserved.