org.simantics.databoard.binding.reflection
Class MyTestClass

java.lang.Object
  extended by org.simantics.databoard.util.Bean
      extended by org.simantics.databoard.binding.reflection.MyTestClass
All Implemented Interfaces:
java.lang.Cloneable, java.lang.Comparable<Bean>

public class MyTestClass
extends Bean


Nested Class Summary
 
Nested classes/interfaces inherited from class org.simantics.databoard.util.Bean
Bean.Id
 
Field Summary
 java.util.Map<java.lang.String,int[]> map
           
 
Constructor Summary
MyTestClass()
           
 
Method Summary
 
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

map

public java.util.Map<java.lang.String,int[]> map
Constructor Detail

MyTestClass

public MyTestClass()