Overview

 
Package  Use  Tree  Deprecated  Index  Help 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

commonj.sdo
Interface ChangeSummary.Setting

All Known Subinterfaces:
EChangeSummarySetting

All Known Implementing Classes:
EChangeSummarySettingImpl

Enclosing interface:
ChangeSummary


public static interface ChangeSummary.Setting

A setting encapsulates a property and a corresponding single value of the property's type.


Method Summary
 Property getProperty()
          Returns the property of the setting.
 Object getValue()
          Returns the value of the setting.
 boolean isSet()
          Returns whether or not the property is set.
 

Method Detail

 

 

getProperty

public Property getProperty()

Returns the property of the setting.

Returns:
the setting property.


 

 

getValue

public Object getValue()

Returns the value of the setting.

Returns:
the setting value.


 

 

isSet

public boolean isSet()

Returns whether or not the property is set.

Returns:
true if the property is set.


 

Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD