| org.cougaar.planning.ldm.asset.PropertyGroup
getAssetGetMethod | String getAssetGetMethod()(Code) | | the method name on an asset to retrieve the PG * |
getAssetSetMethod | String getAssetSetMethod()(Code) | | the method name on an asset to set the PG * |
getPrimaryClass | Class getPrimaryClass()(Code) | | returns the class of the main property interface for this
property group.
|
hasDataQuality | boolean hasDataQuality()(Code) | | true IFF the instance not only supports DataQualityqueries (e.g. is instanceof HasDataQuality), but getDataQuality()will return non-null. |
lock | PropertyGroup lock(Object key)(Code) | | lock a property by returning an immutable object which
has a private view into the original object.
If key == null, the result is a locked object which cannot be unlocked.
|
|
|