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. --- .../com/sleepycat/persist/model/FieldMetadata.html | 714 ++++++++++----------- 1 file changed, 344 insertions(+), 370 deletions(-) (limited to 'docs/java/com/sleepycat/persist/model/FieldMetadata.html') diff --git a/docs/java/com/sleepycat/persist/model/FieldMetadata.html b/docs/java/com/sleepycat/persist/model/FieldMetadata.html index d9b22f75..3743c52c 100644 --- a/docs/java/com/sleepycat/persist/model/FieldMetadata.html +++ b/docs/java/com/sleepycat/persist/model/FieldMetadata.html @@ -1,393 +1,367 @@ - - - - - -FieldMetadata (Oracle - Berkeley DB Java API) - - - - - - - - - - - - -
- - +//--> + + - - - - - - - - - - - - - - - - -
-Berkeley DB
version 5.3.21
-
- + + +
+ + +
+ + + - -
-

- -com.sleepycat.persist.model -
-Class FieldMetadata

-
-java.lang.Object
-  extended by com.sleepycat.persist.model.FieldMetadata
-
-
-
All Implemented Interfaces:
Serializable
-
-
-
Direct Known Subclasses:
PrimaryKeyMetadata, SecondaryKeyMetadata
-
-
-
-
public class FieldMetadata
extends Object
implements Serializable
- - -

-The metadata for a key field. This class defines common properties for +

+
com.sleepycat.persist.model
+

Class FieldMetadata

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.io.Serializable
    +
    +
    +
    Direct Known Subclasses:
    +
    PrimaryKeyMetadata, SecondaryKeyMetadata
    +
    +
    +
    +
    public class FieldMetadata
    +extends java.lang.Object
    +implements java.io.Serializable
    +
    The metadata for a key field. This class defines common properties for singular and composite key fields.

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

    -

    - -

    -

    -
    See Also:
    Serialized Form
    -
    - -

    - + safely call the methods of a shared FieldMetadata object.

    +
    See Also:
    Serialized Form
    +
  • +
+
+
+
    +
  • - - - - - - - - - -
    -Constructor Summary
    FieldMetadata(String name, - String className, - String declaringClassName) - -
    -          Used by an EntityModel to construct field metadata.
    -  +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      FieldMetadata(java.lang.String name, + java.lang.String className, + java.lang.String declaringClassName) +
      Used by an EntityModel to construct field metadata.
      +
      +
    • +
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -Method Summary
    - booleanequals(Object other) - -
    -           
    - StringgetClassName() - -
    -          Returns the class name of the field type.
    - StringgetDeclaringClassName() - -
    -          Returns the name of the class where the field is declared.
    - StringgetName() - -
    -          Returns the field name.
    - inthashCode() - -
    -           
    - StringtoString() - -
    -           
    - - - - - - - -
    Methods inherited from class java.lang.Object
    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    -  -

    - +

      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      booleanequals(java.lang.Object other) 
      java.lang.StringgetClassName() +
      Returns the class name of the field type.
      +
      java.lang.StringgetDeclaringClassName() +
      Returns the name of the class where the field is declared.
      +
      java.lang.StringgetName() +
      Returns the field name.
      +
      inthashCode() 
      java.lang.StringtoString() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • - - - - - - -
    -Constructor Detail
    - -

    -FieldMetadata

    -
    -public FieldMetadata(String name,
    -                     String className,
    -                     String declaringClassName)
    -
    -
    Used by an EntityModel to construct field metadata. -

    -

    - +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        FieldMetadata

        +
        public FieldMetadata(java.lang.String name,
        +             java.lang.String className,
        +             java.lang.String declaringClassName)
        +
        Used by an EntityModel to construct field metadata.
        +
      • +
      +
    • +
    - - - - - - -
    -Method Detail
    - -

    -getName

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

    -

    -
    -
    -
    -
    -
    -
    -
    - -

    -getClassName

    -
    -public String getClassName()
    -
    -
    Returns the class name of the field type. -

    -

    -
    -
    -
    -
    -
    -
    -
    - -

    -getDeclaringClassName

    -
    -public String getDeclaringClassName()
    -
    -
    Returns the name of the class where the field is declared. -

    -

    -
    -
    -
    -
    -
    -
    -
    - -

    -equals

    -
    -public boolean equals(Object other)
    -
    -
    -
    Overrides:
    equals in class Object
    -
    -
    -
    -
    -
    -
    - -

    -hashCode

    -
    -public int hashCode()
    -
    -
    -
    Overrides:
    hashCode in class Object
    -
    -
    -
    -
    -
    -
    - -

    -toString

    -
    -public String toString()
    -
    -
    -
    Overrides:
    toString in class Object
    -
    -
    -
    -
    -
    +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getName

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

        getClassName

        +
        public java.lang.String getClassName()
        +
        Returns the class name of the field type.
        +
      • +
      + + + +
        +
      • +

        getDeclaringClassName

        +
        public java.lang.String getDeclaringClassName()
        +
        Returns the name of the class where the field is declared.
        +
      • +
      + + + +
        +
      • +

        equals

        +
        public boolean equals(java.lang.Object other)
        +
        +
        Overrides:
        +
        equals in class java.lang.Object
        +
        +
      • +
      + + + +
        +
      • +

        hashCode

        +
        public int hashCode()
        +
        +
        Overrides:
        +
        hashCode in class java.lang.Object
        +
        +
      • +
      + + + +
        +
      • +

        toString

        +
        public java.lang.String toString()
        +
        +
        Overrides:
        +
        toString in class java.lang.Object
        +
        +
      • +
      +
    • +
    +
  • +
+
+
-
- - - - - - - - - - - - - - - - - - -
-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