|
CESE 1.4.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.simulogic.cese.properties.ModelPropertyDescriptor
public class ModelPropertyDescriptor
A PropertyDescriptor
with an added clamp feature
Constructor Summary | |
---|---|
ModelPropertyDescriptor(java.beans.PropertyDescriptor d)
Creates new ModelPropertyDescriptor |
Method Summary | |
---|---|
java.beans.PropertyDescriptor |
getDescriptor()
Getter for property descriptor. |
boolean |
isChanged()
Getter for property changed. |
boolean |
isClamp()
Getter for property clamp. |
void |
setChanged(boolean changed)
Setter for property changed. |
void |
setClamp(boolean clamp)
Setter for property clamp. |
void |
setValue(java.lang.Object val)
Setter for property value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModelPropertyDescriptor(java.beans.PropertyDescriptor d)
d
- property descriptorMethod Detail |
---|
public boolean isClamp()
public void setClamp(boolean clamp)
clamp
- New value of property clamp.public boolean isChanged()
public void setChanged(boolean changed)
changed
- New value of property changed.public void setValue(java.lang.Object val)
val
- New value of property value.public java.beans.PropertyDescriptor getDescriptor()
|
CESE 1.4.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |