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.SimplePropertyObjectpcs, properties
 
- 
 - 
Constructor SummaryConstructors Constructor Description TypedPropertyObject(IPropertyMetaDataSet metaData)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IPropertyMetaDatagetMetaData(java.lang.String name)Returns for the given property name the specific metadata informationIPropertyMetaDataSetgetMetaDatas()retrives a map wich contains all property meta data information given to this Property object- 
Methods inherited from class jadex.commons.SimplePropertyObjectaddPropertyChangeListener, getProperties, getProperty, getPropertyNames, hasProperty, removePropertyChangeListener, setProperties, setProperty, toString
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface jadex.commons.IPropertyObjectgetProperty, getPropertyNames, hasProperty, setProperty
 
- 
 
- 
- 
- 
Constructor Detail- 
TypedPropertyObjectpublic TypedPropertyObject(IPropertyMetaDataSet metaData) 
 
- 
 - 
Method Detail- 
getMetaDatapublic IPropertyMetaData getMetaData(java.lang.String name) Description copied from interface:ITypedPropertyObjectReturns for the given property name the specific metadata information- Specified by:
- getMetaDatain interface- ITypedPropertyObject
- Parameters:
- name- the name of the property
- Returns:
- the meta data information for the given property name
 
 - 
getMetaDataspublic IPropertyMetaDataSet getMetaDatas() Description copied from interface:ITypedPropertyObjectretrives a map wich contains all property meta data information given to this Property object- Specified by:
- getMetaDatasin interface- ITypedPropertyObject
- Returns:
- a map with all meta data information
 
 
- 
 
-