EmailProperty
This class represents the "EMAIL" property
This class should be called with two arguments, the first an array of the parameters, and the second the value of the property
The only acceptable parameters of
EmailProperty
areValueParameter
,PIDParameter
,PrefParameter
,IndexParameter
,TypeParameter
,AltidParameter
andAnyParameter
If you do not wish that the property have any parameters, leave the first argument array empty
The value of
EmailProperty
should be of typeTextType
new EmailProperty(
[new PrefParameter(new IntegerType(1))],
new TextType("jane_doe@example.com"),
);