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