Package jadex.commons.meta
Interface ITypedPropertyObject
- 
- All Superinterfaces:
- IPropertyObject
 - All Known Subinterfaces:
- IPerspective,- ISpaceObject
 - All Known Implementing Classes:
- AbstractEnvironmentSpace,- ContinuousSpace2D,- ContinuousSpace3D,- Grid2D,- Grid3D,- Perspective2D,- Perspective3D,- Space2D,- Space3D,- SpaceObject,- SynchronizedPropertyObject,- TypedPropertyObject
 
 public interface ITypedPropertyObject extends IPropertyObject 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IPropertyMetaDatagetMetaData(java.lang.String propertyName)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 interface jadex.commons.IPropertyObjectgetProperty, getPropertyNames, hasProperty, setProperty
 
- 
 
- 
- 
- 
Method Detail- 
getMetaDataIPropertyMetaData getMetaData(java.lang.String propertyName) Returns for the given property name the specific metadata information- Parameters:
- propertyName- the name of the property
- Returns:
- the meta data information for the given property name
 
 - 
getMetaDatasIPropertyMetaDataSet getMetaDatas() retrives a map wich contains all property meta data information given to this Property object- Returns:
- a map with all meta data information
 
 
- 
 
-