com.sas.services.publish
Class ExtendedAttributeData

com.sas.services.publish.ExtendedAttributeData

public class ExtendedAttributeData

This class represents the extended attribute information for a data set. This class is needed by the framework and is used by transport implementations to retrieve dataset attribute information from a persisted package. This class should not be invoked by the calling application.


Constructor Summary
ExtendedAttributeData()
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.String> getDataSetCharacterAttributes()
          Return the String extended attributes as defined on the data set.
 java.util.Map<java.lang.String,java.lang.Character> getDataSetMissingValueAttributes()
          Return the missing value extended attributes as defined on the data set.
 java.util.Map<java.lang.String,java.lang.Double> getDataSetNumericAttributes()
          Return the numeric extended attributes as defined on the data set.
 

Constructor Detail

ExtendedAttributeData

public ExtendedAttributeData()
Method Detail

getDataSetCharacterAttributes

public java.util.Map<java.lang.String,java.lang.String> getDataSetCharacterAttributes()
Return the String extended attributes as defined on the data set.

Returns:
the map of attribute names and values

getDataSetNumericAttributes

public java.util.Map<java.lang.String,java.lang.Double> getDataSetNumericAttributes()
Return the numeric extended attributes as defined on the data set.

Returns:
the map of attribute names and values

getDataSetMissingValueAttributes

public java.util.Map<java.lang.String,java.lang.Character> getDataSetMissingValueAttributes()
Return the missing value extended attributes as defined on the data set.

Returns:
the map of attribute names and values



Copyright © 2009 SAS Institute Inc. All Rights Reserved.