/** Override behavior in superclass. */
 public DataTypeDescriptor getType() throws StandardException {
   return value.getType();
 }