***  This class is subject to change.  ***

com.sas.iquery.metadata.serverprop.formats
Class SASFormatAttributes

com.sas.iquery.metadata.serverprop.formats.SASFormatAttributes

public class SASFormatAttributes

Contains the set of attributes for an instance of a SAS format.


Method Summary
 java.lang.String getBaseFormatName()
          Returns the base format name.
 int getDecimalWidth()
          Returns the decimal width of the format.
 SASFormatCategory getType()
          Returns the SASFormatCategory type.
 int getWidth()
          Returns the width of the format.
 boolean isDecimalWidthSupported()
          Returns if the format being described has a decimal width (d value) parameter
 

Method Detail

***  This method is subject to change.  ***

getType

public SASFormatCategory getType()
Returns the SASFormatCategory type.

Returns:
the SASFormatCategory type
See Also:
SASFormatCategory

***  This method is subject to change.  ***

getBaseFormatName

public java.lang.String getBaseFormatName()
Returns the base format name.

Returns:
String

***  This method is subject to change.  ***

getDecimalWidth

public int getDecimalWidth()
Returns the decimal width of the format.

Returns:
int the decimal width

***  This method is subject to change.  ***

isDecimalWidthSupported

public boolean isDecimalWidthSupported()
Returns if the format being described has a decimal width (d value) parameter

Returns:
boolean true if decimal width is supported false otherwise

***  This method is subject to change.  ***

getWidth

public int getWidth()
Returns the width of the format.

Returns:
int the width

***  This class is subject to change.  ***




Copyright © 2009 SAS Institute Inc. All Rights Reserved.