trait Transfer extends AnyRef
数据转换接口
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Transfer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
addListener(listener: TransferListener): Transfer
添加转换监听器
-
abstract
def
current: AnyRef
返回方前正在转换成的对象
-
abstract
def
current_=(obj: AnyRef): Unit
设置当前正在转换的对象
-
abstract
def
dataName: String
转换数据的名称
-
abstract
def
fail: Int
得到转换过程中失败的个数
-
abstract
def
format: io.TransferFormat.Value
转换数据的类型
-
abstract
def
ignoreNull: Boolean
是否忽略空值
-
abstract
def
isDataValid: Boolean
当前读入的数据是否有效
-
abstract
def
locale: Locale
转换使用的locale
-
abstract
def
read(): Boolean
读取数据,设置内部步进状态等
-
abstract
def
success: Int
得到转换过程中成功的个数
-
abstract
def
tranferIndex: Int
查询正在转换的对象的次序号,从1开始
-
abstract
def
transfer(tr: TransferResult): Unit
启动转换
-
abstract
def
transferItem(): Unit
转换一个对象
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attrs: List[String]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val curData: Map[String, Any]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val prepare: TransferPrepare
- val reader: Reader
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )