org.eclipse.higgins.configuration.api
Interface ISetting


public interface ISetting

Author:
mikemci

Method Summary
 String getName()
           
 String getType()
           
 Object getValue()
           
 

Method Detail

getName

public String getName()

getType

public String getType()

getValue

public Object getValue()