CustomObjParam extends CustomGeneralParam[ObjectiveTrait]

线性超类型
CustomGeneralParam[ObjectiveTrait], Param[ObjectiveTrait], Serializable, Serializable, AnyRef, Any
排序
  1. 字母顺序
  2. 按继承关系
继承的
  1. CustomObjParam
  2. CustomGeneralParam
  3. Param
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. 隐藏全部
  2. 显示全部
可见性
  1. 公共
  2. 全部

实例构造函数

  1. 新建 CustomObjParam(parent: Params, name: String, doc: String)

值成员

  1. final def !=(arg0: Any): Boolean
    定义类
    AnyRef → Any
  2. final def ##(): Int
    定义类
    AnyRef → Any
  3. def ->(value: ObjectiveTrait): ParamPair[ObjectiveTrait]
    定义类
    Param
  4. final def ==(arg0: Any): Boolean
    定义类
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    定义类
    Any
  6. def clone(): AnyRef
    属性
    protected[lang]
    定义类
    AnyRef
    注解
    @throws( ... ) @native()
  7. val doc: String
    定义类
    Param
  8. final def eq(arg0: AnyRef): Boolean
    定义类
    AnyRef
  9. final def equals(obj: Any): Boolean
    定义类
    Param → AnyRef → Any
  10. def finalize(): Unit
    属性
    protected[lang]
    定义类
    AnyRef
    注解
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    定义类
    AnyRef → Any
    注解
    @native()
  12. final def hashCode(): Int
    定义类
    Param → AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean
    定义类
    Any
  14. val isValid: (ObjectiveTrait) ⇒ Boolean
    定义类
    Param
  15. def jsonDecode(json: String): ObjectiveTrait
    定义类
    CustomGeneralParam → Param
  16. def jsonEncode(value: ObjectiveTrait): String
    定义类
    CustomGeneralParam → Param
  17. val name: String
    定义类
    Param
  18. final def ne(arg0: AnyRef): Boolean
    定义类
    AnyRef
  19. final def notify(): Unit
    定义类
    AnyRef
    注解
    @native()
  20. final def notifyAll(): Unit
    定义类
    AnyRef
    注解
    @native()
  21. val parent: String
    定义类
    Param
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    定义类
    AnyRef
  23. final def toString(): String
    定义类
    Param → AnyRef → Any
  24. def w(value: ObjectiveTrait): ParamPair[ObjectiveTrait]

    创建带有给定值(针对 Java)的参数对。

    创建带有给定值(针对 Java)的参数对。

    定义类
    CustomGeneralParam → Param
  25. final def wait(): Unit
    定义类
    AnyRef
    注解
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    定义类
    AnyRef
    注解
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    定义类
    AnyRef
    注解
    @throws( ... ) @native()

继承自 CustomGeneralParam[ObjectiveTrait]

继承自 Param[ObjectiveTrait]

继承自 Serializable

继承自 Serializable

继承自 AnyRef

继承自 Any

未分组