From bdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a Mon Sep 17 00:00:00 2001 From: dims Date: Tue, 17 Jun 2008 00:23:01 +0000 Subject: Move Tuscany from Incubator to top level. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68 --- .../apidocs/commonj/sdo/ChangeSummary.Setting.html | 259 +++++++++++++++++++++ 1 file changed, 259 insertions(+) create mode 100644 sandbox/kgoodson/agfasdo/apidocs/commonj/sdo/ChangeSummary.Setting.html (limited to 'sandbox/kgoodson/agfasdo/apidocs/commonj/sdo/ChangeSummary.Setting.html') diff --git a/sandbox/kgoodson/agfasdo/apidocs/commonj/sdo/ChangeSummary.Setting.html b/sandbox/kgoodson/agfasdo/apidocs/commonj/sdo/ChangeSummary.Setting.html new file mode 100644 index 0000000000..10dcfb890f --- /dev/null +++ b/sandbox/kgoodson/agfasdo/apidocs/commonj/sdo/ChangeSummary.Setting.html @@ -0,0 +1,259 @@ + + + + + + + +ChangeSummary.Setting (com.agfa.hap.sdo 2.15.0-for-apache-SNAPSHOT API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +

+ +commonj.sdo +
+Interface ChangeSummary.Setting

+
+
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
+ PropertygetProperty() + +
+          Returns the property of the setting.
+ java.lang.ObjectgetValue() + +
+          Returns the value of the setting.
+ booleanisSet() + +
+          Returns whether or not the property is set.
+  +

+ + + + + + + + +
+Method Detail
+ +

+getProperty

+
+Property getProperty()
+
+
Returns the property of the setting. +

+

+ +
Returns:
the setting property.
+
+
+
+ +

+getValue

+
+java.lang.Object getValue()
+
+
Returns the value of the setting. +

+

+ +
Returns:
the setting value.
+
+
+
+ +

+isSet

+
+boolean isSet()
+
+
Returns whether or not the property is set. +

+

+ +
Returns:
true if the property is set.
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2007. All Rights Reserved. + + -- cgit v1.2.3