Java Code Examples for org.eclipse.gmf.runtime.emf.type.core.requests.CreateElementRequest#getLabel()

The following examples show how to use org.eclipse.gmf.runtime.emf.type.core.requests.CreateElementRequest#getLabel() . You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example 1
Source File: CsvSourceCreateCommand.java    From scava with Eclipse Public License 2.0 4 votes vote down vote up
/**
* @generated
*/
public CsvSourceCreateCommand(CreateElementRequest req) {
	super(req.getLabel(), null, req);
}
 
Example 2
Source File: IntermediateCatchTimerEvent2CreateCommand.java    From bonita-studio with GNU General Public License v2.0 4 votes vote down vote up
/**
* @generated
*/
public IntermediateCatchTimerEvent2CreateCommand(CreateElementRequest req) {
	super(req.getLabel(), null, req);
}
 
Example 3
Source File: EndSignalEventCreateCommand.java    From bonita-studio with GNU General Public License v2.0 4 votes vote down vote up
/**
* @generated
*/
public EndSignalEventCreateCommand(CreateElementRequest req) {
	super(req.getLabel(), null, req);
}
 
Example 4
Source File: EndTerminatedEventCreateCommand.java    From bonita-studio with GNU General Public License v2.0 4 votes vote down vote up
/**
* @generated
*/
public EndTerminatedEventCreateCommand(CreateElementRequest req) {
	super(req.getLabel(), null, req);
}
 
Example 5
Source File: TextAnnotation2CreateCommand.java    From bonita-studio with GNU General Public License v2.0 4 votes vote down vote up
/**
* @generated
*/
public TextAnnotation2CreateCommand(CreateElementRequest req) {
	super(req.getLabel(), null, req);
}
 
Example 6
Source File: TaskCreateCommand.java    From bonita-studio with GNU General Public License v2.0 4 votes vote down vote up
/**
* @generated
*/
public TaskCreateCommand(CreateElementRequest req) {
	super(req.getLabel(), null, req);
}
 
Example 7
Source File: InclusiveGatewayCreateCommand.java    From bonita-studio with GNU General Public License v2.0 4 votes vote down vote up
/**
* @generated
*/
public InclusiveGatewayCreateCommand(CreateElementRequest req) {
	super(req.getLabel(), null, req);
}
 
Example 8
Source File: StartTimerEventCreateCommand.java    From bonita-studio with GNU General Public License v2.0 4 votes vote down vote up
/**
* @generated
*/
public StartTimerEventCreateCommand(CreateElementRequest req) {
	super(req.getLabel(), null, req);
}
 
Example 9
Source File: NonInterruptingBoundaryTimerEventCreateCommand.java    From bonita-studio with GNU General Public License v2.0 4 votes vote down vote up
/**
* @generated
*/
public NonInterruptingBoundaryTimerEventCreateCommand(CreateElementRequest req) {
	super(req.getLabel(), null, req);
}
 
Example 10
Source File: StartSignalEventCreateCommand.java    From bonita-studio with GNU General Public License v2.0 4 votes vote down vote up
/**
* @generated
*/
public StartSignalEventCreateCommand(CreateElementRequest req) {
	super(req.getLabel(), null, req);
}
 
Example 11
Source File: XORGatewayCreateCommand.java    From bonita-studio with GNU General Public License v2.0 4 votes vote down vote up
/**
* @generated
*/
public XORGatewayCreateCommand(CreateElementRequest req) {
	super(req.getLabel(), null, req);
}
 
Example 12
Source File: CsvSinkCreateCommand.java    From scava with Eclipse Public License 2.0 4 votes vote down vote up
/**
* @generated
*/
public CsvSinkCreateCommand(CreateElementRequest req) {
	super(req.getLabel(), null, req);
}
 
Example 13
Source File: ReceiveTask2CreateCommand.java    From bonita-studio with GNU General Public License v2.0 4 votes vote down vote up
/**
* @generated
*/
public ReceiveTask2CreateCommand(CreateElementRequest req) {
	super(req.getLabel(), null, req);
}
 
Example 14
Source File: ThrowLinkEvent2CreateCommand.java    From bonita-studio with GNU General Public License v2.0 4 votes vote down vote up
/**
* @generated
*/
public ThrowLinkEvent2CreateCommand(CreateElementRequest req) {
	super(req.getLabel(), null, req);
}
 
Example 15
Source File: EventCreateCommand.java    From bonita-studio with GNU General Public License v2.0 4 votes vote down vote up
/**
* @generated
*/
public EventCreateCommand(CreateElementRequest req) {
	super(req.getLabel(), null, req);
}
 
Example 16
Source File: CallActivity2CreateCommand.java    From bonita-studio with GNU General Public License v2.0 4 votes vote down vote up
/**
* @generated
*/
public CallActivity2CreateCommand(CreateElementRequest req) {
	super(req.getLabel(), null, req);
}
 
Example 17
Source File: EndMessageEventCreateCommand.java    From bonita-studio with GNU General Public License v2.0 4 votes vote down vote up
/**
* @generated
*/
public EndMessageEventCreateCommand(CreateElementRequest req) {
	super(req.getLabel(), null, req);
}
 
Example 18
Source File: StartMessageEventCreateCommand.java    From bonita-studio with GNU General Public License v2.0 4 votes vote down vote up
/**
* @generated
*/
public StartMessageEventCreateCommand(CreateElementRequest req) {
	super(req.getLabel(), null, req);
}
 
Example 19
Source File: IntermediateErrorCatchEvent4CreateCommand.java    From bonita-studio with GNU General Public License v2.0 4 votes vote down vote up
/**
* @generated
*/
public IntermediateErrorCatchEvent4CreateCommand(CreateElementRequest req) {
	super(req.getLabel(), null, req);
}
 
Example 20
Source File: BoundarySignalEventCreateCommand.java    From bonita-studio with GNU General Public License v2.0 4 votes vote down vote up
/**
* @generated
*/
public BoundarySignalEventCreateCommand(CreateElementRequest req) {
	super(req.getLabel(), null, req);
}