/******************************************************************************* * Copyright (c) 2007 Exadel, Inc. and Red Hat, Inc. * Distributed under license by Red Hat, Inc. All rights reserved. * This program is made available under the terms of the * Eclipse Public License v1.0 which accompanies this distribution, * and is available at http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Exadel, Inc. and Red Hat, Inc. - initial API and implementation ******************************************************************************/ package org.jboss.tools.common.meta.ui.form; public interface MetaConstants { String GROUP_ENTITY = "FileMETA"; //$NON-NLS-1$ String ENTITY_ENTITY = "MetaEntity"; //$NON-NLS-1$ String EXTENSION_ENTITY = "MetaEntityExtension"; //$NON-NLS-1$ String CHILDREN_ENTITY = "MetaChildren"; //$NON-NLS-1$ String CHILD_ENTITY = "MetaChild"; //$NON-NLS-1$ String ATTRIBUTE_ENTITY = "MetaAttribute"; //$NON-NLS-1$ String ATTRIBUTE_REF_ENTITY = "MetaAttributeReference"; //$NON-NLS-1$ String ATTRIBUTES_ENTITY = "MetaAttributes"; //$NON-NLS-1$ String ACTION_ENTITY = "MetaAction"; //$NON-NLS-1$ String ACTION_LIST_ENTITY = "MetaActionList"; //$NON-NLS-1$ String ATTRIBUTE_CONSTRAINT_ENTITY = "MetaAttributeConstraint"; //$NON-NLS-1$ String CONSTRAINT_ITEM_ENTITY = "MetaConstraintItem"; //$NON-NLS-1$ String ATTRIBUTE_EDITOR_ENTITY = "MetaAttributeEditor"; //$NON-NLS-1$ String ENTITY_DATA_ENTITY = "MetaEntityData"; //$NON-NLS-1$ String ATTRIBUTE_DATA_ENTITY = "MetaAttributeData"; //$NON-NLS-1$ String MAPPINGS_ENTITY = "MetaMappings"; //$NON-NLS-1$ String MAPPING_ENTITY = "MetaMapping"; //$NON-NLS-1$ String MAPPING_ITEM_ENTITY = "MetaMappingItem"; //$NON-NLS-1$ String ICONS_ENTITY = "MetaIcons"; //$NON-NLS-1$ String ICON_GROUP_ENTITY = "MetaIconGroup"; //$NON-NLS-1$ String ICON_ENTITY = "MetaIcon"; //$NON-NLS-1$ }