public class LocalReferenceImpl extends Object implements LocalReference
LocalReference
.Constructor and Description |
---|
LocalReferenceImpl(String name,
String expression,
Class type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getExpression()
The expression that sets the value, ie the part after
. |
String |
getName()
The name of the assigned variable reference.
|
Class |
getType()
The type of reference.
|
int |
hashCode() |
String |
toString() |
public String getName()
LocalReference
getName
in interface LocalReference
public String getExpression()
LocalReference
refName =
.getExpression
in interface LocalReference
public Class getType()
LocalReference
getType
in interface LocalReference
Copyright © 1997–2021 The Apache Software Foundation. All rights reserved.