public abstract class NamedObject extends Object
| Constructor and Description |
|---|
NamedObject() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getName()
Resolves the name of this object, as given by the metamodel.
|
abstract String |
getQualifiedName()
Resolves the fully qualfified name of this object, as it is used by the dialect.
|
String |
getUnquotedName()
Removes any quotes, if the object name contains them.
|
String |
toString() |
protected String |
unqoteObjectName(String objectName)
Removes any quotes from the given object.
|
public abstract String getName()
public abstract String getQualifiedName()
public String getUnquotedName()
Copyright © 2026 fastnate.org. All rights reserved.