All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.sarl.api.experienceindex.Messages Maven / Gradle / Ivy

The newest version!
/**
 * $Id$
 * 
 * SARL is an general-purpose agent programming language.
 * More details on http://www.sarl.io
 * 
 * Copyright (C) 2014-2023 SARL.io, the Original Authors and Main Authors
 * 
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 *      http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package io.sarl.api.experienceindex;

import io.sarl.lang.core.annotation.SarlElementType;
import io.sarl.lang.core.annotation.SarlSpecification;
import org.eclipse.osgi.util.NLS;
import org.eclipse.xtext.xbase.lib.Functions.Function0;

/**
 * Messages.
 * 
 * @author Stéphane Galland
 * @version api.experienceindex 0.13.0 20230919-093058
 * @mavengroupid io.sarl.sdk
 * @mavenartifactid api.experienceindex
 * @since 0.6
 * @ExcludeFromApidoc
 */
@SarlSpecification("0.13")
@SarlElementType(10)
@SuppressWarnings("all")
public final class Messages extends NLS {
  @SuppressWarnings("unused_private_member")
  private static final String BUNDLE_NAME = new Function0() {
    @Override
    public String apply() {
      String _xblockexpression = null;
      {
        String _name = Messages.class.getPackage().getName();
        final String name = (_name + ".messages");
        NLS.initializeMessages(name, Messages.class);
        _xblockexpression = name;
      }
      return _xblockexpression;
    }
  }.apply();

  public static String SarlExperienceIndex_0;

  public static String SarlExperienceIndex_1;

  public static String SarlExperienceIndex_2;

  public static String SarlExperienceIndex_3;

  public static String SarlExperienceIndex_4;

  public static String SarlExperienceIndex_5;

  public static String SarlExperienceIndex_6;

  public static String SarlExperienceIndex_7;

  private Messages() {
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy