blob: 8dfb23166473d6b6f59bae4277e7240dc8a0e63e [file] [log] [blame]
package org.eclipse.wst.common.componentcore.datamodel.properties;
public interface ICreateReferenceComponentsDataModelProperties {
/**
* Required, type ComponentHandle
*/
public static final String SOURCE_COMPONENT_HANDLE = "ICreateReferenceComponentsDataModelProperties.SOURCE_COMPONENT_HANDLE";
/**
* Required, type ArrayList, ArrayList should contain list of ComponentHandle
*/
public static final String TARGET_COMPONENTS_HANDLE_LIST = "ICreateReferenceComponentsDataModelProperties.TARGET_COMPONENTS_HANDLE_LIST"; //$NON-NLS-1$
}