org.eclipse.emf.facet.widgets.nattable.tableconfiguration
Interface InstantiationMethod


public interface InstantiationMethod

A representation of the model object ' Instantiation Method'.

The following features are supported:

See Also:
TableconfigurationPackage.getInstantiationMethod()
Generated:
Model:

Method Summary
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute.
 ModelQuery getInstantiationQuery()
          Returns the value of the 'Instantiation Query' reference.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 void setDescription(java.lang.String value)
          Sets the value of the 'Description' attribute.
 void setInstantiationQuery(ModelQuery value)
          Sets the value of the 'Instantiation Query' reference.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 

Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), TableconfigurationPackage.getInstantiationMethod_Name()
Generated:
Model:

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated:

getDescription

java.lang.String getDescription()
Returns the value of the 'Description' attribute.

If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), TableconfigurationPackage.getInstantiationMethod_Description()
Generated:
Model:

setDescription

void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()
Generated:

getInstantiationQuery

ModelQuery getInstantiationQuery()
Returns the value of the 'Instantiation Query' reference.

If the meaning of the 'Instantiation Query' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Instantiation Query' reference.
See Also:
setInstantiationQuery(ModelQuery), TableconfigurationPackage.getInstantiationMethod_InstantiationQuery()
Generated:
Model:

setInstantiationQuery

void setInstantiationQuery(ModelQuery value)
Sets the value of the 'Instantiation Query' reference.

Parameters:
value - the new value of the 'Instantiation Query' reference.
See Also:
getInstantiationQuery()
Generated: