EGF Engine
Release 0.1.0

org.eclipse.egf.core.ui.internal.databinding
Class ReferencedFactoryComponent

java.lang.Object
  extended by org.eclipse.egf.core.ui.internal.databinding.AbstractDataBindingType
      extended by org.eclipse.egf.core.ui.internal.databinding.ReferencedFactoryComponent

public class ReferencedFactoryComponent
extends AbstractDataBindingType

Class to support a reference to an FactoryComponent.


Field Summary
static String PROPERTY_NAME
          Property used to create data binding with this object.
 
Constructor Summary
ReferencedFactoryComponent(String name_p)
          Constructor.
 
Method Summary
 String getName()
          Return the name of the referenced factory component.
 void setName(String name_p)
          Set the name of the referenced factory component to given one.
 
Methods inherited from class org.eclipse.egf.core.ui.internal.databinding.AbstractDataBindingType
addPropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_NAME

public static final String PROPERTY_NAME
Property used to create data binding with this object.

See Also:
Constant Field Values
Constructor Detail

ReferencedFactoryComponent

public ReferencedFactoryComponent(String name_p)
Constructor.

Parameters:
name - of the referenced factory component.
Method Detail

getName

public String getName()
Return the name of the referenced factory component.

Returns:

setName

public void setName(String name_p)
Set the name of the referenced factory component to given one.

Parameters:
name_p -

EGF Engine
Release 0.1.0

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.