public interface IReadonlyFlagContainer extends Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsFlag(String sName)
Check if an flag of the given name is contained.
|
boolean |
containsNoFlag() |
Set<String> |
getAllFlags() |
int |
getFlagCount() |
@Nonnegative int getFlagCount()
boolean containsNoFlag()
true if this flag container does not contain any flag
at all, false if at least one flag is contained.boolean containsFlag(@Nullable String sName)
sName - name of the flag to checktrue if the flag is contained, false
otherwise@Nonnull @ReturnsMutableCopy Set<String> getAllFlags()
null set with all contained flags.Copyright © 2006–2015 phloc systems. All rights reserved.