public interface IPSHasRichGroup
Modifier and Type | Method and Description |
---|---|
PSRichGroup |
getRich() |
PSRichGroup |
getRichClone() |
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
.boolean hasRich()
true
if a rich group is present, false
otherwise.@Nullable PSRichGroup getRich()
null
if none is
present.@Nullable PSRichGroup getRichClone()
null
if no rich group
is present at this object.Copyright © 2014–2015 Philip Helger. All rights reserved.