NetCharts Server

chartworks.es.plugin.nds
Class ParamInfo

java.lang.Object
  |
  +--chartworks.es.plugin.nds.ParamInfo
Direct Known Subclasses:
DataSettableParamInfo

public class ParamInfo
extends java.lang.Object

Encapsulates knowledge of a CDL parameter - does it have tuples, are elements quoted, is it really multiple indexed parameters, etc. Subclasses may alter/extend this behavior.

Since:
4.6 (extracted from inner class of chartworks.es.plugin.NDSCDLFormatter)

Constructor Summary
ParamInfo()
           
ParamInfo(boolean hasTuples, boolean isQuoted, boolean isIndexed, int dimensions)
           
ParamInfo(boolean hasTuples, boolean isQuoted, boolean isIndexed, int dimensions, boolean hasPoints)
           
ParamInfo(boolean hasTuples, boolean isQuoted, boolean isIndexed, int dimensions, netcharts.pro.common.NFVector vector)
           
ParamInfo(boolean hasTuples, boolean isQuoted, boolean isIndexed, int dimensions, netcharts.pro.common.NFVector vector, boolean hasPoints)
           
ParamInfo(boolean hasTuples, boolean isQuoted, boolean isIndexed, int dimensions, java.lang.String[] tuplePrefixFormats)
           
ParamInfo(boolean hasTuples, boolean isQuoted, boolean isIndexed, int dimensions, java.lang.String[] tuplePrefixFormats, boolean hasPoints)
           
ParamInfo(boolean hasTuples, boolean isQuoted, int dimensions)
           
ParamInfo(boolean hasTuples, boolean isQuoted, int dimensions, netcharts.pro.common.NFCDLGenerator templateObject, java.lang.String method)
           
 
Method Summary
 int getDimensions()
           
 java.lang.String getMethod()
           
 java.lang.String getNullString()
           
 netcharts.pro.common.NFCDLGenerator getTemplateObject()
           
 java.lang.String[] getTuplePrefixFormats()
           
 netcharts.pro.common.NFVector getVector()
           
 boolean hasPoints()
           
 boolean hasTuples()
           
 boolean isIndexed()
           
 boolean isQuoted()
           
 boolean isScale()
           
 void setDimensions(int dimensions)
           
 void setHasPoints(boolean hasPoints)
           
 void setHasTuples(boolean hasTuples)
           
 void setIsIndexed(boolean isIndexed)
           
 void setIsQuoted(boolean isQuoted)
           
 void setIsScale(boolean isScale)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParamInfo

public ParamInfo(boolean hasTuples,
                 boolean isQuoted,
                 int dimensions,
                 netcharts.pro.common.NFCDLGenerator templateObject,
                 java.lang.String method)

ParamInfo

public ParamInfo(boolean hasTuples,
                 boolean isQuoted,
                 boolean isIndexed,
                 int dimensions,
                 netcharts.pro.common.NFVector vector)

ParamInfo

public ParamInfo(boolean hasTuples,
                 boolean isQuoted,
                 boolean isIndexed,
                 int dimensions,
                 netcharts.pro.common.NFVector vector,
                 boolean hasPoints)

ParamInfo

public ParamInfo(boolean hasTuples,
                 boolean isQuoted,
                 boolean isIndexed,
                 int dimensions)

ParamInfo

public ParamInfo(boolean hasTuples,
                 boolean isQuoted,
                 boolean isIndexed,
                 int dimensions,
                 boolean hasPoints)

ParamInfo

public ParamInfo(boolean hasTuples,
                 boolean isQuoted,
                 boolean isIndexed,
                 int dimensions,
                 java.lang.String[] tuplePrefixFormats)

ParamInfo

public ParamInfo(boolean hasTuples,
                 boolean isQuoted,
                 boolean isIndexed,
                 int dimensions,
                 java.lang.String[] tuplePrefixFormats,
                 boolean hasPoints)

ParamInfo

public ParamInfo(boolean hasTuples,
                 boolean isQuoted,
                 int dimensions)

ParamInfo

public ParamInfo()
Method Detail

getNullString

public java.lang.String getNullString()

hasTuples

public boolean hasTuples()

setHasTuples

public void setHasTuples(boolean hasTuples)

getDimensions

public int getDimensions()

setDimensions

public void setDimensions(int dimensions)

isQuoted

public boolean isQuoted()

setIsQuoted

public void setIsQuoted(boolean isQuoted)

isScale

public boolean isScale()

setIsScale

public void setIsScale(boolean isScale)

isIndexed

public boolean isIndexed()

setIsIndexed

public void setIsIndexed(boolean isIndexed)

hasPoints

public boolean hasPoints()

setHasPoints

public void setHasPoints(boolean hasPoints)

getTuplePrefixFormats

public java.lang.String[] getTuplePrefixFormats()

getTemplateObject

public netcharts.pro.common.NFCDLGenerator getTemplateObject()

getMethod

public java.lang.String getMethod()

getVector

public netcharts.pro.common.NFVector getVector()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

NetCharts Server


Visual Mining, Inc.
15825 Shady Grove Rd.
Suite 20
Rockville, MD 20850
800.308.0731
301.947.8293 FAX

Copyright © Visual Mining, Inc. 1996 - 2006
All Rights Reserved.

NetCharts Server TM is a registered trademark of Visual Mining, Inc. Other brands and their products are trademarks of their respective holders.

Last Modified: Nov 26, 2006