getCustomPropertyValue

getCustomPropertyValue(String name, boolean[] value) method

Gets a named boolean value from the custom properties.

Parameters

NameTypeDescription
nameStringName of the custom property to get
valueboolean[]Custom property value

Returns

void


getCustomPropertyValue(String name, int[] value) method

Gets a named integer value from the custom properties.

Parameters

NameTypeDescription
nameStringName of the custom property to get
valueint[]Custom property value

Returns

void


getCustomPropertyValue(String name, java.util.Date[] value) method

Gets a named DateTime value from the custom properties.

Parameters

NameTypeDescription
nameStringName of the custom property to get
valuejava.util.Date[]Custom property value

Returns

void


getCustomPropertyValue(String name, java.lang.String[] value) method

Gets a named string value from the custom properties.

Parameters

NameTypeDescription
nameStringName of the custom property to get
valuejava.lang.String[]Custom property value

Returns

void


getCustomPropertyValue(String name, float[] value) method

Gets a named float value from the custom properties.

Parameters

NameTypeDescription
nameStringName of the custom property to get
valuefloat[]Custom property value

Returns

void


getCustomPropertyValue(String name, double[] value) method

Gets a named double value from the custom properties.

Parameters

NameTypeDescription
nameStringName of the custom property to get.
valuedouble[]Custom property value

Returns

void