Hello,
I am planning to retrieve the cisco flash size in a column in Contends view
under List tab.
I am attaching the .xml file. I am able to construct the column and retrieve
the data. However the column has the following data and format:
CsOIDValueList (class java.lang.Integer)
1: 1.1 ==> 65536000
2: 2.1 ==> 15990784
3: 5.1 ==> 512024576
Cat6509
I don't know how to get rid of "CsOIDValueList (class java.lang.Integer)".
Please share your thoughts...
-------------------------------------
Regards,
Shahla Tabarzadi
Network and Unified Communications
U.S. House of Representatives
Office: 202.226.6266
Blackberry: 202.580.9525
Email: [email protected]
---
To unsubscribe from spectrum, send email to [email protected] with the body:
unsubscribe spectrum [email protected]
<?xml version="1.0" encoding="UTF-8"?>
<!--
###############################################################################
#
# CA Incorporated
# 273 Corporate Drive
# Portsmouth, NH 03801
# Copyright (c) 2009 CA, Inc.
# All rights reserved.
#
# IN NO EVENT SHALL CA INCORPORATED BE LIABLE FOR
# ANY INCIDENTAL, INDIRECT, SPECIAL, OR CONSEQUENTIAL DAMAGES
# WHATSOEVER (INCLUDING BUT NOT LIMITED TO LOST PROFITS) ARISING OUT
# OF OR RELATED TO THIS SOFTWARE, EVEN IF CA INCORPORATED HAS BEEN
# ADVISED OF, KNOWN, OR SHOULD HAVE KNOWN, THE POSSIBILITY OF SUCH
# DAMAGES.
#
###############################################################################
###############################################################################
#
# File: //gravity.ca.com/sablime/sablime5_2/sdb/Jtopo/war/WEB-INF/topo/config/s.column-sysdescription-config.xml
#
# Version: 1.1.1.4 - 02/27/06 05:16:39
#
###############################################################################
-->
<column id="column-ciscoFlashPartitionSize-config-custom"
xmlns ="http://www.aprisma.com"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.aprisma.com
../../common/schema/column-config.xsd">
<name>CiscoFlashSize</name>
<content>
<attribute>0xfff0003a</attribute>
</content>
<swing-cell-template>
<text/>
<renderer-class>
com.aprisma.spectrum.app.swing.table.render.TextAreaCellRenderer
</renderer-class>
</swing-cell-template>
</column>