|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.emf.databinding.FeaturePath
public class FeaturePath
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
Encapsulate a path to features also known as nested feature like person.name
Method Summary | |
---|---|
static FeaturePath |
fromList(EStructuralFeature... featurePath)
Create a feature path from the list of given features |
EStructuralFeature[] |
getFeaturePath()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public EStructuralFeature[] getFeaturePath()
public static FeaturePath fromList(EStructuralFeature... featurePath)
featurePath
- the list of feature to go from the local instance to the
requested instance. The features all have to be single valued ones.
java.lang.IllegalArgumentException
- if one of the features beside the last one is a list
|
Copyright 2001-2012 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |