RSE
Release 1.0

org.eclipse.rse.core.model
Interface IProperty

All Known Implementing Classes:
Property

public interface IProperty


Method Summary
 String getKey()
           
 String getLabel()
           
 IPropertyType getType()
           
 String getValue()
           
 boolean isEnabled()
           
 void setEnabled(boolean flag)
           
 void setLabel(String label)
           
 void setType(IPropertyType type)
           
 void setValue(String value)
           
 

Method Detail

getKey

public String getKey()

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

setValue

public void setValue(String value)

getValue

public String getValue()

setType

public void setType(IPropertyType type)

getType

public IPropertyType getType()

setEnabled

public void setEnabled(boolean flag)

isEnabled

public boolean isEnabled()

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.