Property Getters/Setters Summary | ||
---|---|---|
function | getName() | |
function | setName(value) | |
Gets and sets the name of the property. | ||
function | getValue() | |
function | setValue(value) | |
Gets and sets the value of the property. |
Property Getters/Setters Detail |
---|
getName/setName : String | |
function getName() / function setName(value) |
getValue/setValue : String | |
function getValue() / function setValue(value) |