Interface IPSClonableElement<IMPLTYPE extends IPSClonableElement<IMPLTYPE>>

Type Parameters:
IMPLTYPE - The real implementation type
All Superinterfaces:
com.helger.commons.lang.ICloneable<IMPLTYPE>, IPSElement
All Known Implementing Classes:
PSActive, PSDiagnostic, PSDir, PSEmph, PSLet, PSName, PSNS, PSSpan, PSTitle, PSValueOf

public interface IPSClonableElement<IMPLTYPE extends IPSClonableElement<IMPLTYPE>> extends IPSElement, com.helger.commons.lang.ICloneable<IMPLTYPE>
Base interface for a cloneable Schematron elements
Author:
Philip Helger