Class SourceInfo

java.lang.Object
com.fluxtion.ext.streaming.builder.util.SourceInfo

public class SourceInfo
extends java.lang.Object
java bean classes for interaction with velocity
  • Field Summary

    Fields 
    Modifier and Type Field Description
    boolean constant  
    java.lang.String id  
    java.lang.String type  
    boolean wrapper  
    java.lang.String wrapperType  
  • Constructor Summary

    Constructors 
    Constructor Description
    SourceInfo​(java.lang.String type, java.lang.String id)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • wrapperType

      public java.lang.String wrapperType
    • type

      public java.lang.String type
    • id

      public java.lang.String id
    • constant

      public boolean constant
    • wrapper

      public boolean wrapper
  • Constructor Details

    • SourceInfo

      public SourceInfo​(java.lang.String type, java.lang.String id)