RSE
Release 1.0

org.eclipse.rse.core.model
Class Property

java.lang.Object
  extended byorg.eclipse.rse.core.model.Property
All Implemented Interfaces:
IProperty

public class Property
extends Object
implements IProperty


Field Summary
protected  boolean _isEnabled
           
protected  String _label
           
protected  String _name
           
protected  IPropertyType _type
           
protected  String _value
           
 
Constructor Summary
Property(IProperty property)
           
Property(String name, String value, IPropertyType type, boolean isEnabled)
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_name

protected String _name

_label

protected String _label

_value

protected String _value

_type

protected IPropertyType _type

_isEnabled

protected boolean _isEnabled
Constructor Detail

Property

public Property(IProperty property)

Property

public Property(String name,
                String value,
                IPropertyType type,
                boolean isEnabled)
Method Detail

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

RSE
Release 1.0

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