Package com._1c.g5.v8.dt.bm.xtext
Interface IXtextParticipantJob
- 
 public interface IXtextParticipantJobSpecial interface forJobs running fromIXtextBuilderParticipant.
- 
- 
Field SummaryFields Modifier and Type Field Description static ObjectXTEXT_PARTICIPANT_JOB_FAMILYSpecial family for findJobimplements this interface.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.core.resources.IProjectgetProject()Gets actualIProjectcorresponding to the Job
 
- 
- 
- 
Field Detail- 
XTEXT_PARTICIPANT_JOB_FAMILYstatic final Object XTEXT_PARTICIPANT_JOB_FAMILY Special family for findJobimplements this interface. All classes should override methodJob.belongsTo(Object)for this family
 
- 
 
-