public class ObjectAndType extends Object
| Constructor and Description |
|---|
ObjectAndType(Object obj,
Type type)
Constructor for ObjectAndType.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getObj()
Getter for the field
obj. |
Type |
getType()
Getter for the field
type. |
void |
setObj(Object obj)
Setter for the field
obj. |
void |
setType(Type type)
Setter for the field
type. |
Copyright © 2005–2018 The Beangle Software. All rights reserved.