de.opitzconsulting.orcas.ot.DataWriterPart Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of orcas-domainextension-extenions Show documentation
Show all versions of orcas-domainextension-extenions Show documentation
orcas custom extensions (contains only support classes and an empty-extension). If custom-extensions are provided, there will be a custom artifact.
The newest version!
package de.opitzconsulting.orcas.ot;
public abstract class DataWriterPart
{
public abstract void writeRecursive( StringBuilder pOut, int pIndentSize );
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy