Files
imsInterface/resources/target/generated-sources/java/com/itac/resource/ResourcesTraceability.java
2025-06-06 09:15:13 +02:00

25 lines
864 B
Java

package com.itac.resource;
/** This class is generated by ResourceTool */
public interface ResourcesTraceability // #1463(0) Traceability[0..0]
{
static public final int SNR_STATE_DEFAULT = 73565;
/**de:Verbaut */
static public final int SNR_STATE_MERGE = 73568;
/**de:Repariert */
static public final int SNR_STATE_REPAIR = 73566;
/**de:LifeCylce-Tausch */
static public final int SNR_STATE_REPLACED = 73569;
/**de:Ausschuss */
static public final int SNR_STATE_SCRAP = 73567;
/**de:Behälter */
static public final int SNR_TYPE_BATCH = 73538;
/**de:Fertigung */
static public final int SNR_TYPE_DEFAULT = 73536;
/**de:Extern */
static public final int SNR_TYPE_EXTERNAL = 73539;
/**de:Golden Unit */
static public final int SNR_TYPE_GOLDEN_UNIT = 73540;
/**de:Reparatur */
static public final int SNR_TYPE_REPAIR = 73537;
}