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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPropertyMetaData
getMetaData(java.lang.String propertyName)
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 interface jadex.commons.IPropertyObject
getProperty, getPropertyNames, hasProperty, setProperty
-
-
-
-
Method Detail
-
getMetaData
IPropertyMetaData 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
-
getMetaDatas
IPropertyMetaDataSet getMetaDatas()
retrives a map wich contains all property meta data information given to this Property object- Returns:
- a map with all meta data information
-
-