Package jadex.commons.meta
Class TypedPropertyObject
- java.lang.Object
-
- jadex.commons.SimplePropertyObject
-
- jadex.commons.meta.TypedPropertyObject
-
- All Implemented Interfaces:
IPropertyObject
,ITypedPropertyObject
- Direct Known Subclasses:
Perspective2D
,Perspective3D
,SynchronizedPropertyObject
public class TypedPropertyObject extends SimplePropertyObject implements ITypedPropertyObject
-
-
Field Summary
-
Fields inherited from class jadex.commons.SimplePropertyObject
pcs, properties
-
-
Constructor Summary
Constructors Constructor Description TypedPropertyObject(IPropertyMetaDataSet metaData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IPropertyMetaData
getMetaData(java.lang.String name)
Returns for the given property name the specific metadata informationIPropertyMetaDataSet
getMetaDatas()
retrives a map wich contains all property meta data information given to this Property object-
Methods inherited from class jadex.commons.SimplePropertyObject
addPropertyChangeListener, getProperties, getProperty, getPropertyNames, hasProperty, removePropertyChangeListener, setProperties, setProperty, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface jadex.commons.IPropertyObject
getProperty, getPropertyNames, hasProperty, setProperty
-
-
-
-
Constructor Detail
-
TypedPropertyObject
public TypedPropertyObject(IPropertyMetaDataSet metaData)
-
-
Method Detail
-
getMetaData
public IPropertyMetaData getMetaData(java.lang.String name)
Description copied from interface:ITypedPropertyObject
Returns for the given property name the specific metadata information- Specified by:
getMetaData
in interfaceITypedPropertyObject
- Parameters:
name
- the name of the property- Returns:
- the meta data information for the given property name
-
getMetaDatas
public IPropertyMetaDataSet getMetaDatas()
Description copied from interface:ITypedPropertyObject
retrives a map wich contains all property meta data information given to this Property object- Specified by:
getMetaDatas
in interfaceITypedPropertyObject
- Returns:
- a map with all meta data information
-
-