Class GeneratedY2YStreamConfiguration

    • Field Detail

      • CATALOGVERSION

        public static final java.lang.String CATALOGVERSION
        Qualifier of the Y2YStreamConfiguration.catalogVersion attribute
        See Also:
        Constant Field Values
      • AUTOGENERATEWHERECLAUSE

        public static final java.lang.String AUTOGENERATEWHERECLAUSE
        Qualifier of the Y2YStreamConfiguration.autoGenerateWhereClause attribute
        See Also:
        Constant Field Values
      • AUTOGENERATEINFOEXPRESSION

        public static final java.lang.String AUTOGENERATEINFOEXPRESSION
        Qualifier of the Y2YStreamConfiguration.autoGenerateInfoExpression attribute
        See Also:
        Constant Field Values
      • DATAHUBTYPE

        public static final java.lang.String DATAHUBTYPE
        Qualifier of the Y2YStreamConfiguration.dataHubType attribute
        See Also:
        Constant Field Values
      • COLUMNDEFINITIONS

        public static final java.lang.String COLUMNDEFINITIONS
        Qualifier of the Y2YStreamConfiguration.columnDefinitions attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedY2YStreamConfiguration

        public GeneratedY2YStreamConfiguration()
    • Method Detail

      • isAutoGenerateInfoExpression

        public java.lang.Boolean isAutoGenerateInfoExpression​(SessionContext ctx)
        Generated method - Getter of the Y2YStreamConfiguration.autoGenerateInfoExpression attribute.
        Returns:
        the autoGenerateInfoExpression
      • isAutoGenerateInfoExpression

        public java.lang.Boolean isAutoGenerateInfoExpression()
        Generated method - Getter of the Y2YStreamConfiguration.autoGenerateInfoExpression attribute.
        Returns:
        the autoGenerateInfoExpression
      • isAutoGenerateInfoExpressionAsPrimitive

        public boolean isAutoGenerateInfoExpressionAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the Y2YStreamConfiguration.autoGenerateInfoExpression attribute.
        Returns:
        the autoGenerateInfoExpression
      • isAutoGenerateInfoExpressionAsPrimitive

        public boolean isAutoGenerateInfoExpressionAsPrimitive()
        Generated method - Getter of the Y2YStreamConfiguration.autoGenerateInfoExpression attribute.
        Returns:
        the autoGenerateInfoExpression
      • setAutoGenerateInfoExpression

        public void setAutoGenerateInfoExpression​(SessionContext ctx,
                                                  java.lang.Boolean value)
        Generated method - Setter of the Y2YStreamConfiguration.autoGenerateInfoExpression attribute.
        Parameters:
        value - the autoGenerateInfoExpression
      • setAutoGenerateInfoExpression

        public void setAutoGenerateInfoExpression​(java.lang.Boolean value)
        Generated method - Setter of the Y2YStreamConfiguration.autoGenerateInfoExpression attribute.
        Parameters:
        value - the autoGenerateInfoExpression
      • setAutoGenerateInfoExpression

        public void setAutoGenerateInfoExpression​(SessionContext ctx,
                                                  boolean value)
        Generated method - Setter of the Y2YStreamConfiguration.autoGenerateInfoExpression attribute.
        Parameters:
        value - the autoGenerateInfoExpression
      • setAutoGenerateInfoExpression

        public void setAutoGenerateInfoExpression​(boolean value)
        Generated method - Setter of the Y2YStreamConfiguration.autoGenerateInfoExpression attribute.
        Parameters:
        value - the autoGenerateInfoExpression
      • isAutoGenerateWhereClause

        public java.lang.Boolean isAutoGenerateWhereClause​(SessionContext ctx)
        Generated method - Getter of the Y2YStreamConfiguration.autoGenerateWhereClause attribute.
        Returns:
        the autoGenerateWhereClause
      • isAutoGenerateWhereClause

        public java.lang.Boolean isAutoGenerateWhereClause()
        Generated method - Getter of the Y2YStreamConfiguration.autoGenerateWhereClause attribute.
        Returns:
        the autoGenerateWhereClause
      • isAutoGenerateWhereClauseAsPrimitive

        public boolean isAutoGenerateWhereClauseAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the Y2YStreamConfiguration.autoGenerateWhereClause attribute.
        Returns:
        the autoGenerateWhereClause
      • isAutoGenerateWhereClauseAsPrimitive

        public boolean isAutoGenerateWhereClauseAsPrimitive()
        Generated method - Getter of the Y2YStreamConfiguration.autoGenerateWhereClause attribute.
        Returns:
        the autoGenerateWhereClause
      • setAutoGenerateWhereClause

        public void setAutoGenerateWhereClause​(SessionContext ctx,
                                               java.lang.Boolean value)
        Generated method - Setter of the Y2YStreamConfiguration.autoGenerateWhereClause attribute.
        Parameters:
        value - the autoGenerateWhereClause
      • setAutoGenerateWhereClause

        public void setAutoGenerateWhereClause​(java.lang.Boolean value)
        Generated method - Setter of the Y2YStreamConfiguration.autoGenerateWhereClause attribute.
        Parameters:
        value - the autoGenerateWhereClause
      • setAutoGenerateWhereClause

        public void setAutoGenerateWhereClause​(SessionContext ctx,
                                               boolean value)
        Generated method - Setter of the Y2YStreamConfiguration.autoGenerateWhereClause attribute.
        Parameters:
        value - the autoGenerateWhereClause
      • setAutoGenerateWhereClause

        public void setAutoGenerateWhereClause​(boolean value)
        Generated method - Setter of the Y2YStreamConfiguration.autoGenerateWhereClause attribute.
        Parameters:
        value - the autoGenerateWhereClause
      • getCatalogVersion

        public CatalogVersion getCatalogVersion​(SessionContext ctx)
        Generated method - Getter of the Y2YStreamConfiguration.catalogVersion attribute.
        Returns:
        the catalogVersion
      • getCatalogVersion

        public CatalogVersion getCatalogVersion()
        Generated method - Getter of the Y2YStreamConfiguration.catalogVersion attribute.
        Returns:
        the catalogVersion
      • setCatalogVersion

        public void setCatalogVersion​(SessionContext ctx,
                                      CatalogVersion value)
        Generated method - Setter of the Y2YStreamConfiguration.catalogVersion attribute.
        Parameters:
        value - the catalogVersion
      • setCatalogVersion

        public void setCatalogVersion​(CatalogVersion value)
        Generated method - Setter of the Y2YStreamConfiguration.catalogVersion attribute.
        Parameters:
        value - the catalogVersion
      • getColumnDefinitions

        public java.util.Set<Y2YColumnDefintion> getColumnDefinitions​(SessionContext ctx)
        Generated method - Getter of the Y2YStreamConfiguration.columnDefinitions attribute.
        Returns:
        the columnDefinitions
      • getColumnDefinitions

        public java.util.Set<Y2YColumnDefintion> getColumnDefinitions()
        Generated method - Getter of the Y2YStreamConfiguration.columnDefinitions attribute.
        Returns:
        the columnDefinitions
      • setColumnDefinitions

        public void setColumnDefinitions​(SessionContext ctx,
                                         java.util.Set<Y2YColumnDefintion> value)
        Generated method - Setter of the Y2YStreamConfiguration.columnDefinitions attribute.
        Parameters:
        value - the columnDefinitions
      • setColumnDefinitions

        public void setColumnDefinitions​(java.util.Set<Y2YColumnDefintion> value)
        Generated method - Setter of the Y2YStreamConfiguration.columnDefinitions attribute.
        Parameters:
        value - the columnDefinitions
      • addToColumnDefinitions

        public void addToColumnDefinitions​(SessionContext ctx,
                                           Y2YColumnDefintion value)
        Generated method - Adds value to columnDefinitions.
        Parameters:
        value - the item to add to columnDefinitions
      • addToColumnDefinitions

        public void addToColumnDefinitions​(Y2YColumnDefintion value)
        Generated method - Adds value to columnDefinitions.
        Parameters:
        value - the item to add to columnDefinitions
      • removeFromColumnDefinitions

        public void removeFromColumnDefinitions​(SessionContext ctx,
                                                Y2YColumnDefintion value)
        Generated method - Removes value from columnDefinitions.
        Parameters:
        value - the item to remove from columnDefinitions
      • removeFromColumnDefinitions

        public void removeFromColumnDefinitions​(Y2YColumnDefintion value)
        Generated method - Removes value from columnDefinitions.
        Parameters:
        value - the item to remove from columnDefinitions
      • getDataHubType

        public java.lang.String getDataHubType​(SessionContext ctx)
        Generated method - Getter of the Y2YStreamConfiguration.dataHubType attribute.
        Returns:
        the dataHubType
      • getDataHubType

        public java.lang.String getDataHubType()
        Generated method - Getter of the Y2YStreamConfiguration.dataHubType attribute.
        Returns:
        the dataHubType
      • setDataHubType

        public void setDataHubType​(SessionContext ctx,
                                   java.lang.String value)
        Generated method - Setter of the Y2YStreamConfiguration.dataHubType attribute.
        Parameters:
        value - the dataHubType
      • setDataHubType

        public void setDataHubType​(java.lang.String value)
        Generated method - Setter of the Y2YStreamConfiguration.dataHubType attribute.
        Parameters:
        value - the dataHubType