com.spss.psapi.core

Interface ModelContainer

    • Method Detail

      • changeModelContent

        ModelContainer changeModelContent(java.lang.Object content)
        Returns a new component containing the supplied content. The content must be consistent with the existing component format i.e. either be a string if the content format is ContentFormat.UTF8 or a byte array if the content format is ContentFormat.BINARY.
        Parameters:
        content - the content
        Throws:
        java.lang.IllegalArgumentException - if the supplied value is not consistent with the component format.
        See Also:
        ContentFormat, ContentContainer.getContent(), ContentContainer.getContentFormat()

Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.