|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 LocalReferencepublic String getExpression()
refName = .
getExpression in interface LocalReferencepublic Class<?> getType()
getType in interface LocalReferencepublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||