Class GeneratedY2YStreamConfiguration

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
Y2YStreamConfiguration

public abstract class GeneratedY2YStreamConfiguration extends StreamConfiguration
Generated class for type Y2YStreamConfiguration.
See Also:
  • Field Details

    • CATALOGVERSION

      public static final String CATALOGVERSION
      Qualifier of the Y2YStreamConfiguration.catalogVersion attribute
      See Also:
    • AUTOGENERATEWHERECLAUSE

      public static final String AUTOGENERATEWHERECLAUSE
      Qualifier of the Y2YStreamConfiguration.autoGenerateWhereClause attribute
      See Also:
    • AUTOGENERATEINFOEXPRESSION

      public static final String AUTOGENERATEINFOEXPRESSION
      Qualifier of the Y2YStreamConfiguration.autoGenerateInfoExpression attribute
      See Also:
    • DATAHUBTYPE

      public static final String DATAHUBTYPE
      Qualifier of the Y2YStreamConfiguration.dataHubType attribute
      See Also:
    • COLUMNDEFINITIONS

      public static final String COLUMNDEFINITIONS
      Qualifier of the Y2YStreamConfiguration.columnDefinitions attribute
      See Also:
    • COLUMNDEFINITIONSHANDLER

      protected static final OneToManyHandler<Y2YColumnDefintion> COLUMNDEFINITIONSHANDLER
      OneToManyHandler for handling 1:n COLUMNDEFINITIONS's relation attributes from 'many' side.
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedY2YStreamConfiguration

      public GeneratedY2YStreamConfiguration()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedStreamConfiguration
    • isAutoGenerateInfoExpression

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

      public 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, 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
    • 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 Boolean isAutoGenerateWhereClause(SessionContext ctx)
      Generated method - Getter of the Y2YStreamConfiguration.autoGenerateWhereClause attribute.
      Returns:
      the autoGenerateWhereClause
    • isAutoGenerateWhereClause

      public 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, 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
    • 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 Set<Y2YColumnDefintion> getColumnDefinitions(SessionContext ctx)
      Generated method - Getter of the Y2YStreamConfiguration.columnDefinitions attribute.
      Returns:
      the columnDefinitions
    • getColumnDefinitions

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

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

      public void setColumnDefinitions(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 String getDataHubType(SessionContext ctx)
      Generated method - Getter of the Y2YStreamConfiguration.dataHubType attribute.
      Returns:
      the dataHubType
    • getDataHubType

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

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

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