cz.cuni.amis.pogamut.multi.communication.worldview.property
Class StringProperty

Package class diagram package StringProperty
java.lang.Object
  extended by cz.cuni.amis.pogamut.multi.communication.worldview.property.AbstractSharedProperty<String>
      extended by cz.cuni.amis.pogamut.multi.communication.worldview.property.StringProperty
All Implemented Interfaces:
ISharedProperty<String>, Cloneable

public class StringProperty
extends AbstractSharedProperty<String>

Implementation of the ISharedProperty interface for String value type.

Author:
srlok

Nested Class Summary
 
Nested classes/interfaces inherited from class cz.cuni.amis.pogamut.multi.communication.worldview.property.AbstractSharedProperty
AbstractSharedProperty.GenericPropertyUpdate
 
Field Summary
 
Fields inherited from class cz.cuni.amis.pogamut.multi.communication.worldview.property.AbstractSharedProperty
compositeClass, dirty, propertyId, value
 
Constructor Summary
StringProperty(StringProperty other)
           
StringProperty(WorldObjectId objId, String identifier, String value, Class compositeClass)
           
 
Method Summary
 ISharedProperty clone()
          Must return an exact duplicate of this ISharedProperty, this will be used to create old versions of SharedProperties in the worldView.
protected  String cloneValue()
          Every descendant must implement this by calling value.clone() or otherwise returning a new copy of value.
 Class getPropertyValueClass()
          Returns class of the property value.
 
Methods inherited from class cz.cuni.amis.pogamut.multi.communication.worldview.property.AbstractSharedProperty
createUpdateEvent, equals, getCompositeClass, getObjectId, getPropertyId, getValue, hashCode, isDirty, nullOverrides, setDirty, setValue
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringProperty

public StringProperty(WorldObjectId objId,
                      String identifier,
                      String value,
                      Class compositeClass)

StringProperty

public StringProperty(StringProperty other)
Method Detail

clone

public ISharedProperty clone()
Description copied from interface: ISharedProperty
Must return an exact duplicate of this ISharedProperty, this will be used to create old versions of SharedProperties in the worldView.

Specified by:
clone in interface ISharedProperty<String>
Specified by:
clone in class AbstractSharedProperty<String>
Returns:

getPropertyValueClass

public Class getPropertyValueClass()
Description copied from interface: ISharedProperty
Returns class of the property value. Used to enforce value-class checks.

Returns:

cloneValue

protected String cloneValue()
Description copied from class: AbstractSharedProperty
Every descendant must implement this by calling value.clone() or otherwise returning a new copy of value.

Specified by:
cloneValue in class AbstractSharedProperty<String>
Returns:


Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.