Methods Summary |
---|
public abstract java.lang.String | getName()Returns the name of the definition.
|
public int | getScope()Returns the scope of the identifier's definition.
return scope;
|
public com.sun.jdo.spi.persistence.support.sqlstore.query.util.type.Type | getType()Returns the type of the identifiers's definition.
return type;
|
public void | setScope(int scope)Set the scope of the identifier's definition.
this.scope = scope;
|