Class PrimitivesClassDescriptor

All Implemented Interfaces:
NatureExtendable, PropertyHolder, ClassDescriptor, XMLClassDescriptor

public class PrimitivesClassDescriptor extends StringClassDescriptor
The default primitives class descriptor, this is only used when unmarshaling a primitive as the "root" object.
Version:
$Revision: 6671 $ $Date: 2005-12-13 14:58:48 -0700 (Tue, 13 Dec 2005) $
Author:
Keith Visco
  • Constructor Details

    • PrimitivesClassDescriptor

      public PrimitivesClassDescriptor()
      No-arg constructor.
    • PrimitivesClassDescriptor

      public PrimitivesClassDescriptor(Class type)
      Constructs a PrimitivesClassDescriptor for the given type.
      Parameters:
      type - a Class representing the primitive