org.simantics.databoard.binding.reflection
Class MyClass2

java.lang.Object
  extended by org.simantics.databoard.util.Bean
      extended by org.simantics.databoard.binding.reflection.MyClass2
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable<Bean>
Direct Known Subclasses:
MyClass

public class MyClass2
extends Bean


Nested Class Summary
 
Nested classes/interfaces inherited from class org.simantics.databoard.util.Bean
Bean.Id
 
Field Summary
 int field16
           
 
Constructor Summary
MyClass2()
           
 
Method Summary
 int getField16()
           
 void setField16(int field16)
           
 
Methods inherited from class org.simantics.databoard.util.Bean
assertIsValid, clone, compareTo, deserialize, equalContents, equals, getBinding, getField, getField, getFieldBinding, getFieldUnchecked, getIdentifier, getIdentifierBinding, hasField, hashCode, init, parse, print, print, printLine, readAvailableFields, readFile, readFrom, readObject, serialize, setField, setToDefault, setToRandom, toString, writeFile, writeObject
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

field16

public int field16
Constructor Detail

MyClass2

public MyClass2()
Method Detail

getField16

public int getField16()

setField16

public void setField16(int field16)