|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jsefa.ObjectPathElement
public final class ObjectPathElement
An element of a path to an object.
| Constructor Summary | |
|---|---|
ObjectPathElement(Class<?> objectType,
String fieldName)
Constructs a new ObjectPathElement. |
|
| Method Summary | |
|---|---|
String |
getFieldName()
Returns the name of the field of the object type. |
Class<?> |
getObjectType()
Returns the object type. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectPathElement(Class<?> objectType,
String fieldName)
ObjectPathElement.
objectType - the object typefieldName - the name of a field of the object type| Method Detail |
|---|
public Class<?> getObjectType()
public String getFieldName()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||