// ============================================================================ // // Copyright (C) 2006-2012 Talend Inc. - www.talend.com // // This source code is available under agreement available at // %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt // // You should have received a copy of the agreement // along with this program; if not, write to Talend SA // 9 rue Pages 92150 Suresnes, France // // ============================================================================ package org.talend.core.model.metadata; /** * DOC hwang class global comment. Detailled comment */ public interface ISAPConstant { public static final String REF_TYPE = "-TYPE"; //$NON-NLS-1$ public static final String REPOSITORY_VALUE = "SAP"; //$NON-NLS-1$ public static final String TABLE_SCHEMAS = "SCHEMAS"; //$NON-NLS-1$ public static final String REF_ATTR_REPOSITORY = "REPOSITORY"; //$NON-NLS-1$ public static final String FIELD_SCHEMA = "SCHEMA"; //$NON-NLS-1$ public static final String FIELD_SAP_ITERATE_OUT_TYPE = "SAP_ITERATE_OUT_TYPE"; //$NON-NLS-1$ public static final String FIELD_SAP_TABLE_NAME = "SAP_TABLE_NAME";//$NON-NLS-1$ public static final String FIELD_MAPPING = "MAPPING";//$NON-NLS-1$ /* * */ public static final String PROPERTY = "PROPERTY"; //$NON-NLS-1$ public static final String PROPERTY_TYPE = "PROPERTY_TYPE"; //$NON-NLS-1$ public static final String REPOSITORY_PROPERTY_TYPE = "REPOSITORY_PROPERTY_TYPE"; //$NON-NLS-1$ }