toggle menu
vKard
0.1-SNAPSHOT
common
switch theme
search in API
vKard
/
de.dstulle.vkard.property.parameter
/
Parameter
Parameter
abstract
class
Parameter
<
V
>
(
val
name
:
ParameterType
,
val
value
:
V
)
See:
RFC 6350 5
Inheritors
AltId
Language
PId
Pref
Type
Value
Members
Constructors
Parameter
Link copied to clipboard
constructor
(
name
:
ParameterType
,
value
:
V
)
Properties
name
Link copied to clipboard
val
name
:
ParameterType
value
Link copied to clipboard
open
val
value
:
V
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String