Rtoaster
core
/
jp.co.brainpad.rtoaster.core.data
/
ElementId
Element
Id
data
class
ElementId
constructor
(
val
value
:
String
)
エレメントIDを収納するためのクラス
Types
Constructors
Functions
Properties
Parameters
Throws
Parameters
value
エレメントID
Throws
Rtoaster
Illegal
Parameter
Exception
IDが空文字の場合とIDが50文字を超える場合にスローされる
Constructors
Element
Id
Link copied to clipboard
fun
ElementId
(
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Properties
value
Link copied to clipboard
val
value
:
String