org.eclipse.cdt.managedbuilder.internal.buildproperties
Class BuildPropertyType

java.lang.Object
  extended by org.eclipse.cdt.managedbuilder.internal.buildproperties.PropertyBase
      extended by org.eclipse.cdt.managedbuilder.internal.buildproperties.BuildPropertyType
All Implemented Interfaces:
IBuildPropertyType, IPropertyBase

public class BuildPropertyType
extends PropertyBase
implements IBuildPropertyType


Method Summary
 IBuildPropertyValue getSupportedValue(java.lang.String id)
           
 IBuildPropertyValue[] getSupportedValues()
           
 
Methods inherited from class org.eclipse.cdt.managedbuilder.internal.buildproperties.PropertyBase
equals, getId, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.cdt.managedbuilder.buildproperties.IPropertyBase
getId, getName
 

Method Detail

getSupportedValues

public IBuildPropertyValue[] getSupportedValues()
Specified by:
getSupportedValues in interface IBuildPropertyType

getSupportedValue

public IBuildPropertyValue getSupportedValue(java.lang.String id)
Specified by:
getSupportedValue in interface IBuildPropertyType