Uses of Enum Class
org.lsc.plugins.connectors.executable.generated.InterpretorType
Packages that use InterpretorType
-
Uses of InterpretorType in org.lsc.plugins.connectors.executable.generated
Methods in org.lsc.plugins.connectors.executable.generated that return InterpretorTypeModifier and TypeMethodDescriptionstatic InterpretorTypeExecutableLdapDestinationServiceSettings.getInterpretor()Obtient la valeur de la propriété interpretor.ExecutableLdifDestinationServiceSettings.getInterpretor()Obtient la valeur de la propriété interpretor.ExecutableLdifSourceServiceSettings.getInterpretor()Obtient la valeur de la propriété interpretor.static InterpretorTypeReturns the enum constant of this class with the specified name.static InterpretorType[]InterpretorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.lsc.plugins.connectors.executable.generated with parameters of type InterpretorTypeModifier and TypeMethodDescriptionvoidExecutableLdapDestinationServiceSettings.setInterpretor(InterpretorType value) Définit la valeur de la propriété interpretor.voidExecutableLdifDestinationServiceSettings.setInterpretor(InterpretorType value) Définit la valeur de la propriété interpretor.voidExecutableLdifSourceServiceSettings.setInterpretor(InterpretorType value) Définit la valeur de la propriété interpretor.