src.de.opitzconsulting.orcas.ot.ClassData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of orcas-domainextension-syex Show documentation
Show all versions of orcas-domainextension-syex Show documentation
orcas model modified by syntax extensions (contains the original model). If custom-syntax-extensions are provided, there will be a custom artifact.
The newest version!
package de.opitzconsulting.orcas.ot;
public abstract class ClassData
{
abstract public String getJavaName();
abstract public String getSqlName();
abstract public String getPlainSqlName();
abstract public String getDiffSqlName();
abstract public boolean isAtomicValue();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy