gsdsdk / com.gsd.software.sdk.viewparser.dynamicview.model / Binder

Binder

sealed class Binder :Parcelable,Cloneable

Created by Maksim Shumko on 7/13/2020

Types

Name Summary
DateField data class DateField :Binder
FloatField data class FloatField :Binder
ImageField data class ImageField :Binder
IntegerField data class IntegerField :Binder
StringField data class StringField :Binder
TimeDuration data class TimeDuration :Binder

Properties

Name Summary
binderDestination val binderDestination:String
binderSource val binderSource:String

Functions

Name Summary
clone abstract fun clone():Binder
equals open fun equals(other:Any?):Boolean
hashCode open fun hashCode():Int

Companion Object Properties

Name Summary
DATE const val DATE:String
FLOAT const val FLOAT:String
IMAGE const val IMAGE:String
INTEGER const val INTEGER:String
STRING const val STRING:String
TIME_DURATION const val TIME_DURATION:String

Inheritors

Name Summary
DateField data class DateField :Binder
FloatField data class FloatField :Binder
ImageField data class ImageField :Binder
IntegerField data class IntegerField :Binder
StringField data class StringField :Binder
TimeDuration data class TimeDuration :Binder