jadex.application.space.envsupport
Class MObjectType

java.lang.Object
  extended by jadex.application.space.envsupport.MObjectType
All Implemented Interfaces:
IPropertyMetaDataSet, Iterable

public class MObjectType
extends Object
implements IPropertyMetaDataSet


Constructor Summary
MObjectType()
           
 
Method Summary
 void addProperty(MObjectTypeProperty property)
           
 String getName()
           
 IPropertyMetaData getProperty(String name)
           
 Iterator iterator()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MObjectType

public MObjectType()
Method Detail

getName

public String getName()

setName

public void setName(String name)

addProperty

public void addProperty(MObjectTypeProperty property)

getProperty

public IPropertyMetaData getProperty(String name)
Specified by:
getProperty in interface IPropertyMetaDataSet

iterator

public Iterator iterator()
Specified by:
iterator in interface Iterable


Copyright © 2010. All Rights Reserved.