org.eclipse.modisco.infra.discovery.benchmark.metamodel.benchmark
Interface EventType


public interface EventType

A representation of the model object 'Event Type'.

The following features are supported:

See Also:
BenchmarkPackage.getEventType()
Generated:
Model:

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Generated:
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), BenchmarkPackage.getEventType_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: