The objects described in this section (Application API for Java) are obsolete from v2012 onwards.
For information about how to access the Application API from Java code, see the section: Programming Languages | Java. |
public class SpyExportSettings
{
public void ReleaseInstance();
public boolean GetCreateKeys();
public void SetCreateKeys( boolean bValue );
public SpyElementList GetElementList();
public void SetElementList( SpyElementList obj );
public boolean GetEntitiesToText ();
public void SetEntitiesToText( boolean bValue );
public boolean GetExportAllElements();
public void SetExportAllElements( boolean bValue );
public boolean GetFromAttributes();
public void SetFromAttributes( boolean bValue );
public boolean GetFromSingleSubElements();
public void SetFromSingleSubElements( boolean bValue );
public boolean GetFromTextValues();
public void SetFromTextValues( boolean bValue );
public boolean GetIndependentPrimaryKey();
public void SetIndependentPrimaryKey( boolean bValue );
public long GetNamespace();
public void SetNamespace( long nValue );
public int GetSubLevelLimit();
public void SetSubLevelLimit( int nValue );
}