com.sun.jini.reggie
Class ClassMapper.EntryField
java.lang.Object
com.sun.jini.reggie.ClassMapper.EntryField
- Enclosing class:
- ClassMapper
static class ClassMapper.EntryField
- extends Object
Field of an Entry class, with marshalling information
Field Summary |
Field |
field
Field for the field |
boolean |
marshal
True if instances of the field need to be converted
to MarshalledWrapper. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
field
public final Field field
- Field for the field
marshal
public final boolean marshal
- True if instances of the field need to be converted
to MarshalledWrapper. False if the type of the field
is String, Integer, Boolean, Character, Long, Float,
Double, Byte, or Short.
ClassMapper.EntryField
public ClassMapper.EntryField(Field field)
- Basic constructor.
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.