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

eu.de4a.iem.core.CIEM Maven / Gradle / Ivy

/*
 * Copyright (C) 2023, Partners of the EU funded DE4A project consortium
 *   (https://www.de4a.eu/consortium), under Grant Agreement No.870635
 * Author: Austrian Federal Computing Center (BRZ)
 *
 * 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 eu.de4a.iem.core;

import javax.annotation.concurrent.Immutable;

/**
 * IEM constants
 *
 * @author Philip Helger
 * @since 0.2.1
 */
@Immutable
public final class CIEM
{
  // Iteration 2 identifier for the IEM "/SpecificationId" element
  public static final String SPECIFICATION_ID = "de4a-iem-v2";

  // Specific Document Type Identifier value for multi-item requests
  public static final String MULTI_ITEM_TYPE = "MultiItem:1.0";

  private CIEM ()
  {}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy