| Constructor and Description |
|---|
EnumLiteralResolver(Resolver parent,
IType type,
java.lang.String enumLiteral)
Creates a new
EnumLiteralResolver. |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ResolverVisitor visitor)
|
java.lang.String |
getConstantName()
Returns the name of the constant constant.
|
java.lang.String |
toString() |
getManagedType, getMapping, getParent, getType, isNullAllowed, setNullAllowedpublic EnumLiteralResolver(Resolver parent, IType type, java.lang.String enumLiteral)
EnumLiteralResolver.parent - The parent of this resolver, which is never nulltype - The IType of the enum typeenumLiteral - The fully qualified name of the enum constantjava.lang.NullPointerException - If the parent is nullpublic void accept(ResolverVisitor visitor)
public java.lang.String getConstantName()
public java.lang.String toString()
toString in class java.lang.ObjectEclipseLink 2.4.2, "build v20130514-5956486" API Reference