|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sqlproc.engine.impl.SqlMetaIdentItem
class SqlMetaIdentItem
A META SQL sub-element. A partial item for a SqlMetaIdent
. It represents the name of
an attribute in the input class (the static parameters class). In case there're more names, the input classes are
embedded one in other.
Nested Class Summary | |
---|---|
(package private) static class |
SqlMetaIdentItem.Type
The enumeration of types of this sub-element. |
Field Summary | |
---|---|
(package private) org.slf4j.Logger |
logger
The internal slf4j logger. |
private java.lang.String |
name
The name of related attribute. |
private SqlMetaIdentItem.Type |
type
The type if this sub-element, which represents an embedded class or a leaf attribute. |
Constructor Summary | |
---|---|
SqlMetaIdentItem(java.lang.String name,
SqlMetaIdentItem.Type type)
Creates a new instance of this entity. |
Method Summary | |
---|---|
(package private) java.lang.String |
getName()
Returns the name of related attribute. |
(package private) void |
setType(SqlMetaIdentItem.Type type)
Sets the type if this sub-element, which represents an embedded class or a leaf attribute. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
final org.slf4j.Logger logger
private java.lang.String name
private SqlMetaIdentItem.Type type
Constructor Detail |
---|
SqlMetaIdentItem(java.lang.String name, SqlMetaIdentItem.Type type)
name
- the name of related attributetype
- the type if this sub-element, which represents an embedded class or a leaf attributeMethod Detail |
---|
void setType(SqlMetaIdentItem.Type type)
type
- the type if this sub-elementjava.lang.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |