Class BuilderParticipantRegistry.ParticipantAttrs
java.lang.Object
com.e1c.langtool.internal.builder.BuilderParticipantRegistry.ParticipantAttrs
- Enclosing class:
- BuilderParticipantRegistry
-
Constructor Summary
ConstructorsConstructorDescriptionParticipantAttrs(String id, String name, ITranslationBuilderParticipant participant) -
Method Summary
-
Constructor Details
-
ParticipantAttrs
- Parameters:
id-name-participant-
-
-
Method Details
-
getId
- Returns:
- the id
-
getName
- Returns:
- the name
-
getParticipant
- Returns:
- the participant
-