org.eclipse.cdt.managedbuilder.core
Interface IBuildObjectProperties

All Superinterfaces:
java.lang.Cloneable, IBuildProperties, IBuildPropertiesRestriction
All Known Implementing Classes:
BuildObjectProperties

public interface IBuildObjectProperties
extends IBuildProperties, IBuildPropertiesRestriction


Method Summary
 IBuildPropertyType[] getSupportedTypes()
           
 IBuildPropertyValue[] getSupportedValues(java.lang.String typeId)
           
 
Methods inherited from interface org.eclipse.cdt.managedbuilder.buildproperties.IBuildProperties
clear, clone, containsValue, getProperties, getProperty, removeProperty, setProperty
 
Methods inherited from interface org.eclipse.cdt.managedbuilder.core.IBuildPropertiesRestriction
getRequiredTypeIds, getSupportedTypeIds, getSupportedValueIds, requiresType, supportsType, supportsValue
 

Method Detail

getSupportedTypes

IBuildPropertyType[] getSupportedTypes()

getSupportedValues

IBuildPropertyValue[] getSupportedValues(java.lang.String typeId)