Package com.helger.schematron.pure.model
Interface IPSHasLets
public interface IPSHasLets
Base interface for all objects having
PSLet elements contained- Author:
- Philip Helger
-
Method Details
-
hasAnyLet
boolean hasAnyLet()- Returns:
trueif this object has at least on containedPSLetobject.
-
getAllLets
- Returns:
- A list of all contained
PSLetelements. Nevernull.
-
getAllLetsAsMap
@Nonnull @ReturnsMutableCopy com.helger.commons.collection.impl.ICommonsOrderedMap<String,String> getAllLetsAsMap()- Returns:
- The content of all
PSLetelements as an ordered Map from name to value. The order must match the declaration order! Nevernull.
-
addLet
Add aPSLetelement.- Parameters:
aLet- The let element to be added. May not benull.
-