
# class Property
Property inherits from ImmutableProperty
# MEMBERS
# member read-only children
Type: Properties
# FUNCTIONS
# function type()
Description:
Return:
(Property.Type) -
# function name()
Description:
Return:
(String) -
# function setName(name)
Description:
Parameters:
- name: (String) -
# function value()
Description:
Return:
(Object) -
# function display()
Description:
Return:
(String) -
# function setValue(value)
Description:
Parameters:
- value: (Object) -
# function children()
Description:
Return:
(Properties) -
# function toString()
Description:
Return:
(String) -
# STATIC FUNCTIONS
# static function convert(property)
Description:
Parameters:
- property: (Property) -
Return:
(Property) -
# static function factory(name, value)
Description:
Parameters:
- name: (String) -
- value: (Object) -
Return:
(Property) -