From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- docs/java/com/sleepycat/persist/raw/RawField.html | 432 +++++++++++----------- 1 file changed, 214 insertions(+), 218 deletions(-) (limited to 'docs/java/com/sleepycat/persist/raw/RawField.html') diff --git a/docs/java/com/sleepycat/persist/raw/RawField.html b/docs/java/com/sleepycat/persist/raw/RawField.html index eb52a99a..3d16cc65 100644 --- a/docs/java/com/sleepycat/persist/raw/RawField.html +++ b/docs/java/com/sleepycat/persist/raw/RawField.html @@ -1,238 +1,234 @@ - - - - - -RawField (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.persist.raw -
-Interface RawField

-
-
-
public interface RawField
- - -

-The definition of a field in a RawType. +

+
com.sleepycat.persist.raw
+

Interface RawField

+
+
+
+
    +
  • +
    +
    +
    public interface RawField
    +
    The definition of a field in a RawType.

    RawField objects are thread-safe. Multiple threads may safely - call the methods of a shared RawField object.

    -

    - -

    -


    - -

    - + call the methods of a shared RawField object.

    +
  • +
+
+
+
    +
  • - - - - - - - - - - - - - - -
    -Method Summary
    - StringgetName() - -
    -          Returns the name of the field.
    - RawTypegetType() - -
    -          Returns the type of the field, without expanding parameterized types, - or null if the type is an interface type or the Object class.
    -  -

    - +

      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      java.lang.StringgetName() +
      Returns the name of the field.
      +
      RawTypegetType() +
      Returns the type of the field, without expanding parameterized types, + or null if the type is an interface type or the Object class.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • - - - - - - -
    -Method Detail
    - -

    -getName

    -
    -String getName()
    -
    -
    Returns the name of the field. -

    -

    -
    -
    -
    -
    - -

    -getType

    -
    -RawType getType()
    -
    -
    Returns the type of the field, without expanding parameterized types, - or null if the type is an interface type or the Object class. -

    -

    -
    -
    -
    +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getName

        +
        java.lang.String getName()
        +
        Returns the name of the field.
        +
      • +
      + + + +
        +
      • +

        getType

        +
        RawType getType()
        +
        Returns the type of the field, without expanding parameterized types, + or null if the type is an interface type or the Object class.
        +
      • +
      +
    • +
    +
  • +
+
+
-
- - - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-Copyright (c) 1996, 2012 Oracle and/or its affiliates. All rights reserved. - - +

Copyright (c) 1996, 2015 Oracle and/or its affiliates. All rights reserved.

+ + -- cgit v1.2.1