Package jadex.commons.meta
Interface IPropertyMetaDataSet
-
- All Superinterfaces:
java.lang.Iterable
- All Known Implementing Classes:
MObjectType
public interface IPropertyMetaDataSet extends java.lang.Iterable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPropertyMetaData
getProperty(java.lang.String propertyName)
Returns the Meta information for the specified property
-
-
-
Method Detail
-
getProperty
IPropertyMetaData getProperty(java.lang.String propertyName)
Returns the Meta information for the specified property
-
-