类 View

所有已实现的接口:
Serializable

public class View extends Table<View> implements Serializable
另请参阅:
  • 字段详细资料

    • keyword

      protected String keyword
    • materialize

      protected boolean materialize
  • 构造器详细资料

  • 方法详细资料

    • types

      public static Map<Integer,Type> types()
    • getKeyword

      public String getKeyword()
      覆盖:
      getKeyword 在类中 Table<View>
    • isMaterialize

      public boolean isMaterialize()
    • setMaterialize

      public void setMaterialize(boolean materialize)
    • toString

      public String toString()
      覆盖:
      toString 在类中 Table<View>