blob: 8e008fb42d6939b2efca4c2efedb4c34f16c57ea [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2002, 2003 Object Factory Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
*
* Contributors:
* Object Factory Inc. - Initial implementation
*******************************************************************************/
package org.eclipse.ant.ui.internal.dtd.util;
/**
* @author Bob Foster
*/
public interface IValueHolder {
Object[] getValues();
void setValues(Object[] values);
}