|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.egf.common.descriptor.GenericDescriptor
public class GenericDescriptor
Generic implementation of the IDescriptor
object.
Constructor Summary | |
---|---|
GenericDescriptor()
Constructor. |
Method Summary | |
---|---|
void |
addChild(IDescriptor descriptor_p)
Add a child descriptor. |
void |
addChildren(List<? extends IDescriptor> descriptors_p)
Add all given children. |
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. |
void |
setParent(IDescriptor parent_p)
Set parent descriptor. |
void |
setValue(String propertyName_p,
Object value_p)
Set the specified value for the given property name in this descriptor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GenericDescriptor()
Method Detail |
---|
public Object getValue(String propertyName_p)
IDescriptor
getValue
in interface IDescriptor
propertyName_p
- the property name must be unique.
IDescriptor.getValue(java.lang.String)
public void setValue(String propertyName_p, Object value_p)
propertyName_p
- value_p
- public List<IDescriptor> getChildren()
IDescriptor
getChildren
in interface IDescriptor
IDescriptor.getChildren()
public void addChildren(List<? extends IDescriptor> descriptors_p)
descriptors_p
- public void addChild(IDescriptor descriptor_p)
descriptor_p
- public IDescriptor getParent()
IDescriptor
getParent
in interface IDescriptor
IDescriptor.getParent()
public void setParent(IDescriptor parent_p)
parent_p
- the parent to set
|
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.