|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDescriptor
Base interface to implement a model object descriptor.
Each model object property can be get through getValue(String)
method.
Method Summary | |
---|---|
List<IDescriptor> |
getChildren()
Get children descriptors, if any. |
IDescriptor |
getParent()
Get parent descriptor, if it was set by the reading algorithm. |
Object |
getValue(String propertyName_p)
Return the value set for the specified property name. |
Method Detail |
---|
Object getValue(String propertyName_p)
propertyName_p
- the property name must be unique.
IDescriptor getParent()
List<IDescriptor> getChildren()
|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) Thales Corporate Services S.A.S, 2009.
This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.