![]() |
ObjectProperty
use ObjectProperty;
ObjectProperty is an abstract base class which implements methods not explicity defined in classed derived from this class using Perl's AUTOLOD functionality. These methods re generated on-the-fly for a specified object property:
This class uses its parent class hash to set, get, and delete propery names and values.
ObjectProperty module provides the following methods to be used in context of its parent class:
DeleteProperty, GetProperty, HasProperty, SetProperties, SetProperty
Deletes specified property Name
Returns value associated with specified property Name
Returns 1 or 0 based on whether specified property Name associated with an object
Using specified property name and value hash NamesAndValues, associates each property Name and Values to an object
Associate property Name and Value to an object
Copyright (C) 2004-2008 Manish Sud. All rights reserved.
This file is part of MayaChemTools.
MayaChemTools is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.