org.apache.ws.jaxme.sqls.impl

Class SQLFactoryImpl.IdentImpl

Enclosing Class:
SQLFactoryImpl
Implemented Interfaces:
Serializable, SQLFactory.Ident
Known Direct Subclasses:
BooleanConstraintImpl.TypeImpl, ColumnImpl.NameImpl, ColumnImpl.TypeImpl, CombinedConstraintImpl.TypeImpl, ExpressionImpl.TypeImpl, IndexImpl.NameImpl, SchemaImpl.NameImpl, TableImpl.NameImpl, TableSpaceImpl.NameImpl

public static class SQLFactoryImpl.IdentImpl
extends java.lang.Object
implements SQLFactory.Ident, Serializable

Base class for deriving identifiers.

Constructor Summary

IdentImpl(String pName)

Method Summary

boolean
equals(Object o)
String
getName()
int
hashCode()
String
toString()

Constructor Details

IdentImpl

protected IdentImpl(String pName)

Method Details

equals

public boolean equals(Object o)

getName

public String getName()
Specified by:
getName in interface SQLFactory.Ident

hashCode

public int hashCode()

toString

public String toString()