jadex.application.space.envsupport
Class MObjectTypeProperty

java.lang.Object
  extended by jadex.application.space.envsupport.MObjectTypeProperty
All Implemented Interfaces:
IPropertyMetaData

public class MObjectTypeProperty
extends Object
implements IPropertyMetaData


Constructor Summary
MObjectTypeProperty()
           
 
Method Summary
 String getName()
           
 Class getType()
           
 Object getValue()
           
 boolean isDynamic()
           
 boolean isEvent()
           
 void setDynamic(boolean dynamic)
           
 void setEvent(boolean event)
           
 void setName(String name)
           
 void setType(Class type)
           
 void setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MObjectTypeProperty

public MObjectTypeProperty()
Method Detail

getValue

public Object getValue()

setValue

public void setValue(Object value)

getName

public String getName()

setName

public void setName(String name)

getType

public Class getType()
Specified by:
getType in interface IPropertyMetaData

setType

public void setType(Class type)

isDynamic

public boolean isDynamic()

setDynamic

public void setDynamic(boolean dynamic)

isEvent

public boolean isEvent()

setEvent

public void setEvent(boolean event)


Copyright © 2010. All Rights Reserved.