|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.ognl.enhance.LocalReferenceImpl
public class LocalReferenceImpl
Implementation of LocalReference
.
Constructor Summary | |
---|---|
LocalReferenceImpl(String name,
String expression,
Class<?> type)
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LocalReferenceImpl(String name, String expression, Class<?> type)
Method Detail |
---|
public String getName()
getName
in interface LocalReference
public String getExpression()
refName =
.
getExpression
in interface LocalReference
public Class<?> getType()
getType
in interface LocalReference
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |