public interface IPSHasRichGroup
| Modifier and Type | Method and Description |
|---|---|
PSRichGroup |
getRich() |
default PSRichGroup |
getRichClone() |
default boolean |
hasRich() |
void |
setRich(PSRichGroup aRich)
Overwrite any existing rich group.
|
void setRich(@Nullable PSRichGroup aRich)
aRich - The new rich group to set. May be null.default boolean hasRich()
true if a rich group is present, false
otherwise.@Nullable PSRichGroup getRich()
null if none is
present.@Nullable default PSRichGroup getRichClone()
null if no rich group
is present at this object.Copyright © 2014–2016 Philip Helger. All rights reserved.