IMPLTYPE - Implementation typepublic interface IPLObject<IMPLTYPE extends IPLObject<IMPLTYPE>> extends com.helger.commons.id.IHasID<String>, com.helger.commons.traits.IGenericImplTrait<IMPLTYPE>
| Modifier and Type | Method and Description |
|---|---|
default IPLSplittableObject<?> |
getAsSplittable() |
String |
getDebugID() |
default boolean |
isSplittable() |
@Nonnull @Nonempty String getDebugID()
null nor empty.
The debug ID is usually automatically created automatically from
the ID.default boolean isSplittable()
true if this element is splittable, false
otherwise.@Nonnull default IPLSplittableObject<?> getAsSplittable()
Copyright © 2014–2016 Philip Helger. All rights reserved.