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, setNullAllowed
public EnumLiteralResolver(Resolver parent, IType type, java.lang.String enumLiteral)
EnumLiteralResolver
.parent
- The parent of this resolver, which is never null
type
- The IType
of the enum typeenumLiteral
- The fully qualified name of the enum constantjava.lang.NullPointerException
- If the parent is null
public void accept(ResolverVisitor visitor)
public java.lang.String getConstantName()
public java.lang.String toString()
toString
in class java.lang.Object
EclipseLink 2.4.2, "build v20130514-5956486" API Reference