org.eclipse.rse.core.model
Class Property
java.lang.Object
org.eclipse.rse.core.model.Property
- All Implemented Interfaces:
- IProperty
- public class Property
- extends Object
- implements IProperty
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_name
protected String _name
_label
protected String _label
_value
protected String _value
_type
protected IPropertyType _type
_isEnabled
protected boolean _isEnabled
Property
public Property(IProperty property)
Property
public Property(String name,
String value,
IPropertyType type,
boolean isEnabled)
setLabel
public void setLabel(String label)
- Specified by:
setLabel in interface IProperty
getLabel
public String getLabel()
- Specified by:
getLabel in interface IProperty
getKey
public String getKey()
- Specified by:
getKey in interface IProperty
getValue
public String getValue()
- Specified by:
getValue in interface IProperty
getType
public IPropertyType getType()
- Specified by:
getType in interface IProperty
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled in interface IProperty
setValue
public void setValue(String value)
- Specified by:
setValue in interface IProperty
setType
public void setType(IPropertyType type)
- Specified by:
setType in interface IProperty
setEnabled
public void setEnabled(boolean flag)
- Specified by:
setEnabled in interface IProperty
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.