blob: 595a0604ffb54a46e512340d250797595b37d19f [file] [log] [blame]
package org.eclipse.cdt.core.model;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
/**
* An Enumeration type.
*/
public interface IEnumeration extends IVariable, IParent {
}