Subversion Repository Public Repository

litesoft

Diff Revisions 49 vs 222 for /trunk/Java/KeyHole/src/org/litesoft/aokeyhole/objects/ObjectMetaData.java

Diff revisions: vs.
  @@ -88,6 +88,7 @@
88 88 return zChanged + getName() + zChanged;
89 89 }
90 90
91 + @SuppressWarnings({"UnusedDeclaration"})
91 92 public String toStringForError()
92 93 {
93 94 return getSubSystemMetaData().getName() + "." + getName();
  @@ -292,11 +293,13 @@
292 293 }
293 294 }
294 295
296 + @SuppressWarnings({"UnusedDeclaration"})
295 297 public PropertyManager getPropertyManager()
296 298 {
297 299 return mPropertyManager;
298 300 }
299 301
302 + @SuppressWarnings({"UnusedDeclaration"})
300 303 public Property[] getProperties()
301 304 {
302 305 return mPropertyManager.getProperties();
  @@ -310,6 +313,7 @@
310 313 /**
311 314 * @return null or Error
312 315 */
316 + @SuppressWarnings({"UnusedDeclaration"})
313 317 public String setPropertyValue( String pName, Object pValue )
314 318 {
315 319 return mPropertyManager.updatePropertyValue( pName, pValue );