org.eclipse.cdt.managedbuilder.buildproperties
Interface IBuildPropertyType

All Superinterfaces:
IPropertyBase
All Known Implementing Classes:
BuildPropertyType

public interface IBuildPropertyType
extends IPropertyBase


Method Summary
 IBuildPropertyValue getSupportedValue(java.lang.String id)
           
 IBuildPropertyValue[] getSupportedValues()
           
 
Methods inherited from interface org.eclipse.cdt.managedbuilder.buildproperties.IPropertyBase
getId, getName
 

Method Detail

getSupportedValues

IBuildPropertyValue[] getSupportedValues()

getSupportedValue

IBuildPropertyValue getSupportedValue(java.lang.String id)