apache-tuscany/sandbox/kgoodson/agfasdo/apidocs/com/agfa/hap/sdo/PartialDataObject.html
2008-06-17 00:23:01 +00:00

730 lines
51 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0) on Wed Dec 05 13:51:33 GMT 2007 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
PartialDataObject (com.agfa.hap.sdo 2.15.0-for-apache-SNAPSHOT API)
</TITLE>
<META NAME="keywords" CONTENT="com.agfa.hap.sdo.PartialDataObject interface">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="PartialDataObject (com.agfa.hap.sdo 2.15.0-for-apache-SNAPSHOT API)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/PartialDataObject.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../com/agfa/hap/sdo/PartialDataFactory.html" title="interface in com.agfa.hap.sdo"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../com/agfa/hap/sdo/Property.html" title="interface in com.agfa.hap.sdo"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?com/agfa/hap/sdo/PartialDataObject.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="PartialDataObject.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<A NAME="main"></A>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
com.agfa.hap.sdo</FONT>
<BR>
Interface PartialDataObject</H2>
<DL>
<DT><B>All Superinterfaces:</B> <DD><A HREF="../../../../commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A>, java.io.Serializable</DD>
</DL>
<DL>
<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../com/agfa/hap/sdo/implementation/AbstractPartialDataObject.html" title="class in com.agfa.hap.sdo.implementation">AbstractPartialDataObject</A>, <A HREF="../../../../com/agfa/hap/sdo/implementation/DataObjectImplementation.html" title="class in com.agfa.hap.sdo.implementation">DataObjectImplementation</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public interface <B>PartialDataObject</B><DT>extends <A HREF="../../../../commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A></DL>
</PRE>
<P>
HAP-specific extension to <A HREF="../../../../commonj/sdo/DataObject.html" title="interface in commonj.sdo"><CODE>DataObject</CODE></A>.
A <A HREF="../../../../commonj/sdo/DataObject.html" title="interface in commonj.sdo"><CODE>DataObject</CODE></A> of which only a subset of its properties
are available. Getting or setting a property which is not available
results in an <A HREF="../../../../com/agfa/hap/sdo/PropertyNotAvailableException.html" title="class in com.agfa.hap.sdo"><CODE>PropertyNotAvailableException</CODE></A> being thrown.
<br />
A PartialDataObject that only has its identity property available is called a
<i>proxy</i>.
<br />
PartialDataObjects are typically used (1) to allow dataobjects to have only a subset of their
many-valued properties available and (2) to enable data object proxies.
<br />
Properties that are not available are also not set (i.e. <A HREF="../../../../commonj/sdo/DataObject.html#isSet(int)"><CODE>DataObject.isSet(int)</CODE></A> return false).
<P>
<P>
<DL>
<DT><B>Author:</B></DT>
<DD>AMOCZ</DD>
<DT><B>See Also:</B><DD><A HREF="../../../../com/agfa/hap/sdo/Snapshot.html" title="interface in com.agfa.hap.sdo"><CODE>Snapshot</CODE></A></DL>
<HR>
<P>
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.Object</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html#UNAVAILABLE_PROPERTY">UNAVAILABLE_PROPERTY</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Marker value for unavailable properties</TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html" title="interface in com.agfa.hap.sdo">PartialDataObject</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html#createDataObject(int)">createDataObject</A></B>(int&nbsp;index)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new <A HREF="../../../../commonj/sdo/DataObject.html" title="interface in commonj.sdo"><CODE>data object</CODE></A> contained by this object using the specified property,
which must be a <A HREF="../../../../commonj/sdo/Property.html#isContainment()"><CODE>containment property</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html" title="interface in com.agfa.hap.sdo">PartialDataObject</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html#createDataObject(int, java.lang.String, java.lang.String)">createDataObject</A></B>(int&nbsp;propertyIndex,
java.lang.String&nbsp;namespaceURI,
java.lang.String&nbsp;typeName)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new <A HREF="../../../../commonj/sdo/DataObject.html" title="interface in commonj.sdo"><CODE>data object</CODE></A> contained by this object using the specified property,
which must be a <A HREF="../../../../commonj/sdo/Property.html#isContainment()"><CODE>containment property</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html" title="interface in com.agfa.hap.sdo">PartialDataObject</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html#createDataObject(commonj.sdo.Property)">createDataObject</A></B>(<A HREF="../../../../commonj/sdo/Property.html" title="interface in commonj.sdo">Property</A>&nbsp;property)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new <A HREF="../../../../commonj/sdo/DataObject.html" title="interface in commonj.sdo"><CODE>data object</CODE></A> contained by this object using the specified property,
which must be a <A HREF="../../../../commonj/sdo/Property.html#isContainment()"><CODE>containment property</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html" title="interface in com.agfa.hap.sdo">PartialDataObject</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html#createDataObject(commonj.sdo.Property, commonj.sdo.Type)">createDataObject</A></B>(<A HREF="../../../../commonj/sdo/Property.html" title="interface in commonj.sdo">Property</A>&nbsp;property,
<A HREF="../../../../commonj/sdo/Type.html" title="interface in commonj.sdo">Type</A>&nbsp;type)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new <A HREF="../../../../commonj/sdo/DataObject.html" title="interface in commonj.sdo"><CODE>data object</CODE></A> contained by this object using the specified property,
which must be of <A HREF="../../../../commonj/sdo/Property.html#isContainment()"><CODE>containment type</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html" title="interface in com.agfa.hap.sdo">PartialDataObject</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html#createDataObject(java.lang.String)">createDataObject</A></B>(java.lang.String&nbsp;name)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new <A HREF="../../../../commonj/sdo/DataObject.html" title="interface in commonj.sdo"><CODE>data object</CODE></A> contained by this object using the specified property,
which must be a <A HREF="../../../../commonj/sdo/Property.html#isContainment()"><CODE>containment property</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html" title="interface in com.agfa.hap.sdo">PartialDataObject</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html#createDataObject(java.lang.String, java.lang.String, java.lang.String)">createDataObject</A></B>(java.lang.String&nbsp;propertyName,
java.lang.String&nbsp;namespaceURI,
java.lang.String&nbsp;typeName)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new <A HREF="../../../../commonj/sdo/DataObject.html" title="interface in commonj.sdo"><CODE>data object</CODE></A> contained by this object using the specified property,
which must be a <A HREF="../../../../commonj/sdo/Property.html#isContainment()"><CODE>containment property</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html" title="interface in com.agfa.hap.sdo">PartialDataObject</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html#getContainer()">getContainer</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the containing <A HREF="../../../../commonj/sdo/DataObject.html" title="interface in commonj.sdo"><CODE>data object</CODE></A>
or <code>null</code> if there is no container.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/agfa/hap/sdo/Property.html" title="interface in com.agfa.hap.sdo">Property</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html#getContainmentProperty()">getContainmentProperty</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the Property of the <A HREF="../../../../commonj/sdo/DataObject.html" title="interface in commonj.sdo"><CODE>data object</CODE></A> containing this data object
or <code>null</code> if there is no container.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html" title="interface in com.agfa.hap.sdo">PartialDataObject</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html#getDataObject(int)">getDataObject</A></B>(int&nbsp;index)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of a <code>DataObject</code> property identified by the specified property index.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html" title="interface in com.agfa.hap.sdo">PartialDataObject</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html#getDataObject(commonj.sdo.Property)">getDataObject</A></B>(<A HREF="../../../../commonj/sdo/Property.html" title="interface in commonj.sdo">Property</A>&nbsp;property)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of the specified <code>DataObject</code> property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html" title="interface in com.agfa.hap.sdo">PartialDataObject</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html#getDataObject(java.lang.String)">getDataObject</A></B>(java.lang.String&nbsp;name)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value of a <code>DataObject</code> property identified by the specified path.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.Object</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html#getIdentity()">getIdentity</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/agfa/hap/sdo/Type.html" title="interface in com.agfa.hap.sdo">Type</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html#getType()">getType</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the data object's type.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html#isAvailable(commonj.sdo.Property)">isAvailable</A></B>(<A HREF="../../../../commonj/sdo/Property.html" title="interface in commonj.sdo">Property</A>&nbsp;property)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html#isProxy()">isProxy</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html#setIdentity(java.lang.Object)">setIdentity</A></B>(java.lang.Object&nbsp;object)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the <A HREF="../../../../com/agfa/hap/sdo/Type.html#getIdentityProperty()"><CODE>identity property</CODE></A> for this
instance.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html#setUnavailable(commonj.sdo.Property)">setUnavailable</A></B>(<A HREF="../../../../commonj/sdo/Property.html" title="interface in commonj.sdo">Property</A>&nbsp;property)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Strips the property such that is no longer available.</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_commonj.sdo.DataObject"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from interface commonj.sdo.<A HREF="../../../../commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../commonj/sdo/DataObject.html#delete()">delete</A>, <A HREF="../../../../commonj/sdo/DataObject.html#detach()">detach</A>, <A HREF="../../../../commonj/sdo/DataObject.html#get(int)">get</A>, <A HREF="../../../../commonj/sdo/DataObject.html#get(commonj.sdo.Property)">get</A>, <A HREF="../../../../commonj/sdo/DataObject.html#get(java.lang.String)">get</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getBigDecimal(int)">getBigDecimal</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getBigDecimal(commonj.sdo.Property)">getBigDecimal</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getBigDecimal(java.lang.String)">getBigDecimal</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getBigInteger(int)">getBigInteger</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getBigInteger(commonj.sdo.Property)">getBigInteger</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getBigInteger(java.lang.String)">getBigInteger</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getBoolean(int)">getBoolean</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getBoolean(commonj.sdo.Property)">getBoolean</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getBoolean(java.lang.String)">getBoolean</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getByte(int)">getByte</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getByte(commonj.sdo.Property)">getByte</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getByte(java.lang.String)">getByte</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getBytes(int)">getBytes</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getBytes(commonj.sdo.Property)">getBytes</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getBytes(java.lang.String)">getBytes</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getChangeSummary()">getChangeSummary</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getChar(int)">getChar</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getChar(commonj.sdo.Property)">getChar</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getChar(java.lang.String)">getChar</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getDataGraph()">getDataGraph</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getDate(int)">getDate</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getDate(commonj.sdo.Property)">getDate</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getDate(java.lang.String)">getDate</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getDouble(int)">getDouble</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getDouble(commonj.sdo.Property)">getDouble</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getDouble(java.lang.String)">getDouble</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getFloat(int)">getFloat</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getFloat(commonj.sdo.Property)">getFloat</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getFloat(java.lang.String)">getFloat</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getInstanceProperties()">getInstanceProperties</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getInstanceProperty(java.lang.String)">getInstanceProperty</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getInt(int)">getInt</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getInt(commonj.sdo.Property)">getInt</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getInt(java.lang.String)">getInt</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getList(int)">getList</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getList(commonj.sdo.Property)">getList</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getList(java.lang.String)">getList</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getLong(int)">getLong</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getLong(commonj.sdo.Property)">getLong</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getLong(java.lang.String)">getLong</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getProperty(java.lang.String)">getProperty</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getRootObject()">getRootObject</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getSequence()">getSequence</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getSequence(int)">getSequence</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getSequence(commonj.sdo.Property)">getSequence</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getSequence(java.lang.String)">getSequence</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getShort(int)">getShort</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getShort(commonj.sdo.Property)">getShort</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getShort(java.lang.String)">getShort</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getString(int)">getString</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getString(commonj.sdo.Property)">getString</A>, <A HREF="../../../../commonj/sdo/DataObject.html#getString(java.lang.String)">getString</A>, <A HREF="../../../../commonj/sdo/DataObject.html#isSet(int)">isSet</A>, <A HREF="../../../../commonj/sdo/DataObject.html#isSet(commonj.sdo.Property)">isSet</A>, <A HREF="../../../../commonj/sdo/DataObject.html#isSet(java.lang.String)">isSet</A>, <A HREF="../../../../commonj/sdo/DataObject.html#set(int, java.lang.Object)">set</A>, <A HREF="../../../../commonj/sdo/DataObject.html#set(commonj.sdo.Property, java.lang.Object)">set</A>, <A HREF="../../../../commonj/sdo/DataObject.html#set(java.lang.String, java.lang.Object)">set</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setBigDecimal(int, java.math.BigDecimal)">setBigDecimal</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setBigDecimal(commonj.sdo.Property, java.math.BigDecimal)">setBigDecimal</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setBigDecimal(java.lang.String, java.math.BigDecimal)">setBigDecimal</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setBigInteger(int, java.math.BigInteger)">setBigInteger</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setBigInteger(commonj.sdo.Property, java.math.BigInteger)">setBigInteger</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setBigInteger(java.lang.String, java.math.BigInteger)">setBigInteger</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setBoolean(int, boolean)">setBoolean</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setBoolean(commonj.sdo.Property, boolean)">setBoolean</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setBoolean(java.lang.String, boolean)">setBoolean</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setByte(int, byte)">setByte</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setByte(commonj.sdo.Property, byte)">setByte</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setByte(java.lang.String, byte)">setByte</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setBytes(int, byte[])">setBytes</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setBytes(commonj.sdo.Property, byte[])">setBytes</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setBytes(java.lang.String, byte[])">setBytes</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setChar(int, char)">setChar</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setChar(commonj.sdo.Property, char)">setChar</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setChar(java.lang.String, char)">setChar</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setDataObject(int, commonj.sdo.DataObject)">setDataObject</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setDataObject(commonj.sdo.Property, commonj.sdo.DataObject)">setDataObject</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setDataObject(java.lang.String, commonj.sdo.DataObject)">setDataObject</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setDate(int, java.util.Date)">setDate</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setDate(commonj.sdo.Property, java.util.Date)">setDate</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setDate(java.lang.String, java.util.Date)">setDate</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setDouble(int, double)">setDouble</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setDouble(commonj.sdo.Property, double)">setDouble</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setDouble(java.lang.String, double)">setDouble</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setFloat(int, float)">setFloat</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setFloat(commonj.sdo.Property, float)">setFloat</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setFloat(java.lang.String, float)">setFloat</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setInt(int, int)">setInt</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setInt(commonj.sdo.Property, int)">setInt</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setInt(java.lang.String, int)">setInt</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setList(int, java.util.List)">setList</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setList(commonj.sdo.Property, java.util.List)">setList</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setList(java.lang.String, java.util.List)">setList</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setLong(int, long)">setLong</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setLong(commonj.sdo.Property, long)">setLong</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setLong(java.lang.String, long)">setLong</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setShort(int, short)">setShort</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setShort(commonj.sdo.Property, short)">setShort</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setShort(java.lang.String, short)">setShort</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setString(int, java.lang.String)">setString</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setString(commonj.sdo.Property, java.lang.String)">setString</A>, <A HREF="../../../../commonj/sdo/DataObject.html#setString(java.lang.String, java.lang.String)">setString</A>, <A HREF="../../../../commonj/sdo/DataObject.html#unset(int)">unset</A>, <A HREF="../../../../commonj/sdo/DataObject.html#unset(commonj.sdo.Property)">unset</A>, <A HREF="../../../../commonj/sdo/DataObject.html#unset(java.lang.String)">unset</A></CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Field Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="UNAVAILABLE_PROPERTY"><!-- --></A><H3>
UNAVAILABLE_PROPERTY</H3>
<PRE>
static final java.lang.Object <B>UNAVAILABLE_PROPERTY</B></PRE>
<DL>
<DD>Marker value for unavailable properties
<P>
<DL>
</DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="isAvailable(commonj.sdo.Property)"><!-- --></A><H3>
isAvailable</H3>
<PRE>
boolean <B>isAvailable</B>(<A HREF="../../../../commonj/sdo/Property.html" title="interface in commonj.sdo">Property</A>&nbsp;property)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setUnavailable(commonj.sdo.Property)"><!-- --></A><H3>
setUnavailable</H3>
<PRE>
void <B>setUnavailable</B>(<A HREF="../../../../commonj/sdo/Property.html" title="interface in commonj.sdo">Property</A>&nbsp;property)</PRE>
<DL>
<DD>Strips the property such that is no longer available.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="isProxy()"><!-- --></A><H3>
isProxy</H3>
<PRE>
boolean <B>isProxy</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>If this data object is a proxy. Proxies only have their identity property
available.</DL>
</DD>
</DL>
<HR>
<A NAME="getIdentity()"><!-- --></A><H3>
getIdentity</H3>
<PRE>
java.lang.Object <B>getIdentity</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>The value of the <A HREF="../../../../com/agfa/hap/sdo/Type.html#getIdentityProperty()"><CODE>identity property</CODE></A> for this
instance.</DL>
</DD>
</DL>
<HR>
<A NAME="setIdentity(java.lang.Object)"><!-- --></A><H3>
setIdentity</H3>
<PRE>
void <B>setIdentity</B>(java.lang.Object&nbsp;object)</PRE>
<DL>
<DD>Sets the value of the <A HREF="../../../../com/agfa/hap/sdo/Type.html#getIdentityProperty()"><CODE>identity property</CODE></A> for this
instance.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getType()"><!-- --></A><H3>
getType</H3>
<PRE>
<A HREF="../../../../com/agfa/hap/sdo/Type.html" title="interface in com.agfa.hap.sdo">Type</A> <B>getType</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../commonj/sdo/DataObject.html#getType()">DataObject</A></CODE></B></DD>
<DD>Returns the data object's type.
<p>
The type defines the Properties available for reflective access.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../commonj/sdo/DataObject.html#getType()">getType</A></CODE> in interface <CODE><A HREF="../../../../commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the type.</DL>
</DD>
</DL>
<HR>
<A NAME="getContainmentProperty()"><!-- --></A><H3>
getContainmentProperty</H3>
<PRE>
<A HREF="../../../../com/agfa/hap/sdo/Property.html" title="interface in com.agfa.hap.sdo">Property</A> <B>getContainmentProperty</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../commonj/sdo/DataObject.html#getContainmentProperty()">DataObject</A></CODE></B></DD>
<DD>Return the Property of the <A HREF="../../../../commonj/sdo/DataObject.html" title="interface in commonj.sdo"><CODE>data object</CODE></A> containing this data object
or <code>null</code> if there is no container.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../commonj/sdo/DataObject.html#getContainmentProperty()">getContainmentProperty</A></CODE> in interface <CODE><A HREF="../../../../commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the property containing this data object.</DL>
</DD>
</DL>
<HR>
<A NAME="getContainer()"><!-- --></A><H3>
getContainer</H3>
<PRE>
<A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html" title="interface in com.agfa.hap.sdo">PartialDataObject</A> <B>getContainer</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../commonj/sdo/DataObject.html#getContainer()">DataObject</A></CODE></B></DD>
<DD>Returns the containing <A HREF="../../../../commonj/sdo/DataObject.html" title="interface in commonj.sdo"><CODE>data object</CODE></A>
or <code>null</code> if there is no container.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../commonj/sdo/DataObject.html#getContainer()">getContainer</A></CODE> in interface <CODE><A HREF="../../../../commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the containing data object or <code>null</code>.</DL>
</DD>
</DL>
<HR>
<A NAME="getDataObject(java.lang.String)"><!-- --></A><H3>
getDataObject</H3>
<PRE>
<A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html" title="interface in com.agfa.hap.sdo">PartialDataObject</A> <B>getDataObject</B>(java.lang.String&nbsp;name)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../commonj/sdo/DataObject.html#getDataObject(java.lang.String)">DataObject</A></CODE></B></DD>
<DD>Returns the value of a <code>DataObject</code> property identified by the specified path.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../commonj/sdo/DataObject.html#getDataObject(java.lang.String)">getDataObject</A></CODE> in interface <CODE><A HREF="../../../../commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>name</CODE> - the path to a valid object and property.
<DT><B>Returns:</B><DD>the <code>DataObject</code> value of the specified property.<DT><B>See Also:</B><DD><A HREF="../../../../commonj/sdo/DataObject.html#get(java.lang.String)"><CODE>DataObject.get(String)</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getDataObject(commonj.sdo.Property)"><!-- --></A><H3>
getDataObject</H3>
<PRE>
<A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html" title="interface in com.agfa.hap.sdo">PartialDataObject</A> <B>getDataObject</B>(<A HREF="../../../../commonj/sdo/Property.html" title="interface in commonj.sdo">Property</A>&nbsp;property)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../commonj/sdo/DataObject.html#getDataObject(commonj.sdo.Property)">DataObject</A></CODE></B></DD>
<DD>Returns the value of the specified <code>DataObject</code> property.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../commonj/sdo/DataObject.html#getDataObject(commonj.sdo.Property)">getDataObject</A></CODE> in interface <CODE><A HREF="../../../../commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>property</CODE> - the property to get.
<DT><B>Returns:</B><DD>the <code>DataObject</code> value of the specified property.<DT><B>See Also:</B><DD><A HREF="../../../../commonj/sdo/DataObject.html#get(commonj.sdo.Property)"><CODE>DataObject.get(Property)</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getDataObject(int)"><!-- --></A><H3>
getDataObject</H3>
<PRE>
<A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html" title="interface in com.agfa.hap.sdo">PartialDataObject</A> <B>getDataObject</B>(int&nbsp;index)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../commonj/sdo/DataObject.html#getDataObject(int)">DataObject</A></CODE></B></DD>
<DD>Returns the value of a <code>DataObject</code> property identified by the specified property index.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../commonj/sdo/DataObject.html#getDataObject(int)">getDataObject</A></CODE> in interface <CODE><A HREF="../../../../commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>index</CODE> - the index of the property.
<DT><B>Returns:</B><DD>the <code>DataObject</code> value of the specified property.<DT><B>See Also:</B><DD><A HREF="../../../../commonj/sdo/DataObject.html#get(int)"><CODE>DataObject.get(int)</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="createDataObject(java.lang.String)"><!-- --></A><H3>
createDataObject</H3>
<PRE>
<A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html" title="interface in com.agfa.hap.sdo">PartialDataObject</A> <B>createDataObject</B>(java.lang.String&nbsp;name)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../commonj/sdo/DataObject.html#createDataObject(java.lang.String)">DataObject</A></CODE></B></DD>
<DD>Returns a new <A HREF="../../../../commonj/sdo/DataObject.html" title="interface in commonj.sdo"><CODE>data object</CODE></A> contained by this object using the specified property,
which must be a <A HREF="../../../../commonj/sdo/Property.html#isContainment()"><CODE>containment property</CODE></A>.
The type of the created object is the <A HREF="../../../../commonj/sdo/Property.html#getType()"><CODE>declared type</CODE></A> of the specified property.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../commonj/sdo/DataObject.html#createDataObject(java.lang.String)">createDataObject</A></CODE> in interface <CODE><A HREF="../../../../commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the specified containment property.
<DT><B>Returns:</B><DD>the created data object.<DT><B>See Also:</B><DD><A HREF="../../../../commonj/sdo/DataObject.html#createDataObject(java.lang.String, java.lang.String, java.lang.String)"><CODE>DataObject.createDataObject(String, String, String)</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="createDataObject(int)"><!-- --></A><H3>
createDataObject</H3>
<PRE>
<A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html" title="interface in com.agfa.hap.sdo">PartialDataObject</A> <B>createDataObject</B>(int&nbsp;index)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../commonj/sdo/DataObject.html#createDataObject(int)">DataObject</A></CODE></B></DD>
<DD>Returns a new <A HREF="../../../../commonj/sdo/DataObject.html" title="interface in commonj.sdo"><CODE>data object</CODE></A> contained by this object using the specified property,
which must be a <A HREF="../../../../commonj/sdo/Property.html#isContainment()"><CODE>containment property</CODE></A>.
The type of the created object is the <A HREF="../../../../commonj/sdo/Property.html#getType()"><CODE>declared type</CODE></A> of the specified property.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../commonj/sdo/DataObject.html#createDataObject(int)">createDataObject</A></CODE> in interface <CODE><A HREF="../../../../commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>index</CODE> - the index of the specified containment property.
<DT><B>Returns:</B><DD>the created data object.<DT><B>See Also:</B><DD><A HREF="../../../../commonj/sdo/DataObject.html#createDataObject(int, java.lang.String, java.lang.String)"><CODE>DataObject.createDataObject(int, String, String)</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="createDataObject(commonj.sdo.Property)"><!-- --></A><H3>
createDataObject</H3>
<PRE>
<A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html" title="interface in com.agfa.hap.sdo">PartialDataObject</A> <B>createDataObject</B>(<A HREF="../../../../commonj/sdo/Property.html" title="interface in commonj.sdo">Property</A>&nbsp;property)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../commonj/sdo/DataObject.html#createDataObject(commonj.sdo.Property)">DataObject</A></CODE></B></DD>
<DD>Returns a new <A HREF="../../../../commonj/sdo/DataObject.html" title="interface in commonj.sdo"><CODE>data object</CODE></A> contained by this object using the specified property,
which must be a <A HREF="../../../../commonj/sdo/Property.html#isContainment()"><CODE>containment property</CODE></A>.
The type of the created object is the <A HREF="../../../../commonj/sdo/Property.html#getType()"><CODE>declared type</CODE></A> of the specified property.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../commonj/sdo/DataObject.html#createDataObject(commonj.sdo.Property)">createDataObject</A></CODE> in interface <CODE><A HREF="../../../../commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>property</CODE> - the specified containment property.
<DT><B>Returns:</B><DD>the created data object.<DT><B>See Also:</B><DD><A HREF="../../../../commonj/sdo/DataObject.html#createDataObject(commonj.sdo.Property, commonj.sdo.Type)"><CODE>DataObject.createDataObject(Property, Type)</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="createDataObject(java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3>
createDataObject</H3>
<PRE>
<A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html" title="interface in com.agfa.hap.sdo">PartialDataObject</A> <B>createDataObject</B>(java.lang.String&nbsp;propertyName,
java.lang.String&nbsp;namespaceURI,
java.lang.String&nbsp;typeName)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../commonj/sdo/DataObject.html#createDataObject(java.lang.String, java.lang.String, java.lang.String)">DataObject</A></CODE></B></DD>
<DD>Returns a new <A HREF="../../../../commonj/sdo/DataObject.html" title="interface in commonj.sdo"><CODE>data object</CODE></A> contained by this object using the specified property,
which must be a <A HREF="../../../../commonj/sdo/Property.html#isContainment()"><CODE>containment property</CODE></A>.
The type of the created object is specified by the packageURI and typeName arguments.
The specified type must be a compatible target for the property identified by propertyName.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../commonj/sdo/DataObject.html#createDataObject(java.lang.String, java.lang.String, java.lang.String)">createDataObject</A></CODE> in interface <CODE><A HREF="../../../../commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>propertyName</CODE> - the name of the specified containment property.<DD><CODE>namespaceURI</CODE> - the namespace URI of the package containing the type of object to be created.<DD><CODE>typeName</CODE> - the name of a type in the specified package.
<DT><B>Returns:</B><DD>the created data object.<DT><B>See Also:</B><DD><A HREF="../../../../commonj/sdo/DataObject.html#createDataObject(java.lang.String)"><CODE>DataObject.createDataObject(String)</CODE></A>,
<A HREF="../../../../commonj/sdo/DataGraph.html#getType(java.lang.String, java.lang.String)"><CODE>DataGraph.getType(java.lang.String, java.lang.String)</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="createDataObject(int, java.lang.String, java.lang.String)"><!-- --></A><H3>
createDataObject</H3>
<PRE>
<A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html" title="interface in com.agfa.hap.sdo">PartialDataObject</A> <B>createDataObject</B>(int&nbsp;propertyIndex,
java.lang.String&nbsp;namespaceURI,
java.lang.String&nbsp;typeName)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../commonj/sdo/DataObject.html#createDataObject(int, java.lang.String, java.lang.String)">DataObject</A></CODE></B></DD>
<DD>Returns a new <A HREF="../../../../commonj/sdo/DataObject.html" title="interface in commonj.sdo"><CODE>data object</CODE></A> contained by this object using the specified property,
which must be a <A HREF="../../../../commonj/sdo/Property.html#isContainment()"><CODE>containment property</CODE></A>.
The type of the created object is specified by the packageURI and typeName arguments.
The specified type must be a compatible target for the property identified by propertyIndex.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../commonj/sdo/DataObject.html#createDataObject(int, java.lang.String, java.lang.String)">createDataObject</A></CODE> in interface <CODE><A HREF="../../../../commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>propertyIndex</CODE> - the index of the specified containment property.<DD><CODE>namespaceURI</CODE> - the namespace URI of the package containing the type of object to be created.<DD><CODE>typeName</CODE> - the name of a type in the specified package.
<DT><B>Returns:</B><DD>the created data object.<DT><B>See Also:</B><DD><A HREF="../../../../commonj/sdo/DataObject.html#createDataObject(int)"><CODE>DataObject.createDataObject(int)</CODE></A>,
<A HREF="../../../../commonj/sdo/DataGraph.html#getType(java.lang.String, java.lang.String)"><CODE>DataGraph.getType(java.lang.String, java.lang.String)</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="createDataObject(commonj.sdo.Property, commonj.sdo.Type)"><!-- --></A><H3>
createDataObject</H3>
<PRE>
<A HREF="../../../../com/agfa/hap/sdo/PartialDataObject.html" title="interface in com.agfa.hap.sdo">PartialDataObject</A> <B>createDataObject</B>(<A HREF="../../../../commonj/sdo/Property.html" title="interface in commonj.sdo">Property</A>&nbsp;property,
<A HREF="../../../../commonj/sdo/Type.html" title="interface in commonj.sdo">Type</A>&nbsp;type)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../commonj/sdo/DataObject.html#createDataObject(commonj.sdo.Property, commonj.sdo.Type)">DataObject</A></CODE></B></DD>
<DD>Returns a new <A HREF="../../../../commonj/sdo/DataObject.html" title="interface in commonj.sdo"><CODE>data object</CODE></A> contained by this object using the specified property,
which must be of <A HREF="../../../../commonj/sdo/Property.html#isContainment()"><CODE>containment type</CODE></A>.
The type of the created object is specified by the type argument,
which must be a compatible target for the speicifed property.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../commonj/sdo/DataObject.html#createDataObject(commonj.sdo.Property, commonj.sdo.Type)">createDataObject</A></CODE> in interface <CODE><A HREF="../../../../commonj/sdo/DataObject.html" title="interface in commonj.sdo">DataObject</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>property</CODE> - a containment property of this object.<DD><CODE>type</CODE> - the type of object to be created.
<DT><B>Returns:</B><DD>the created data object.<DT><B>See Also:</B><DD><A HREF="../../../../commonj/sdo/DataObject.html#createDataObject(int)"><CODE>DataObject.createDataObject(int)</CODE></A></DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/PartialDataObject.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../com/agfa/hap/sdo/PartialDataFactory.html" title="interface in com.agfa.hap.sdo"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../com/agfa/hap/sdo/Property.html" title="interface in com.agfa.hap.sdo"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?com/agfa/hap/sdo/PartialDataObject.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="PartialDataObject.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright &copy; 2007. All Rights Reserved.
</BODY>
</HTML>