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

java.lang.Object
  extended by org.eclipse.cdt.managedbuilder.internal.buildproperties.BuildProperty
All Implemented Interfaces:
IBuildProperty

public class BuildProperty
extends java.lang.Object
implements IBuildProperty


Method Summary
 IBuildPropertyType getPropertyType()
           
 IBuildPropertyValue getValue()
           
 java.lang.String toString()
           
static java.lang.String toString(java.lang.String type, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getPropertyType

public IBuildPropertyType getPropertyType()
Specified by:
getPropertyType in interface IBuildProperty

getValue

public IBuildPropertyValue getValue()
Specified by:
getValue in interface IBuildProperty

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toString

public static java.lang.String toString(java.lang.String type,
                                        java.lang.String value)