org.eclipse.rse.core.model
Interface IProperty
- All Known Implementing Classes:
- Property
- public interface IProperty
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()
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.