Android
java.util.jar
public static class

java.util.jar.Attributes.Name

java.lang.Object
java.util.jar.Attributes.Name

Summary

Constants

      Value  
Attributes.Name  CLASS_PATH       
Attributes.Name  CONTENT_TYPE       
Attributes.Name  EXTENSION_INSTALLATION       
Attributes.Name  EXTENSION_LIST       
Attributes.Name  EXTENSION_NAME       
Attributes.Name  IMPLEMENTATION_TITLE       
Attributes.Name  IMPLEMENTATION_URL       
Attributes.Name  IMPLEMENTATION_VENDOR       
Attributes.Name  IMPLEMENTATION_VENDOR_ID       
Attributes.Name  IMPLEMENTATION_VERSION       
Attributes.Name  MAIN_CLASS       
Attributes.Name  MANIFEST_VERSION       
Attributes.Name  SEALED       
Attributes.Name  SIGNATURE_VERSION       
Attributes.Name  SPECIFICATION_TITLE       
Attributes.Name  SPECIFICATION_VENDOR       
Attributes.Name  SPECIFICATION_VERSION       

Public Constructors

            Attributes.Name(String s)

Public Methods

          boolean  equals(Object an)
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison.
          int  hashCode()
Returns an integer hash code for the receiver.
          String  toString()
Returns a string containing a concise, human-readable description of the receiver.
Methods inherited from class java.lang.Object

Details

Constants

public static final Attributes.Name CLASS_PATH

public static final Attributes.Name CONTENT_TYPE

public static final Attributes.Name EXTENSION_INSTALLATION

public static final Attributes.Name EXTENSION_LIST

public static final Attributes.Name EXTENSION_NAME

public static final Attributes.Name IMPLEMENTATION_TITLE

public static final Attributes.Name IMPLEMENTATION_URL

public static final Attributes.Name IMPLEMENTATION_VENDOR

public static final Attributes.Name IMPLEMENTATION_VENDOR_ID

public static final Attributes.Name IMPLEMENTATION_VERSION

public static final Attributes.Name MAIN_CLASS

public static final Attributes.Name MANIFEST_VERSION

public static final Attributes.Name SEALED

public static final Attributes.Name SIGNATURE_VERSION

public static final Attributes.Name SPECIFICATION_TITLE

public static final Attributes.Name SPECIFICATION_VENDOR

public static final Attributes.Name SPECIFICATION_VERSION

Public Constructors

public Attributes.Name(String s)

Public Methods

public boolean equals(Object an)

Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison. The implementation in Object returns true only if the argument is the exact same object as the receiver (==).

Parameters

an Object the object to compare with this object.

Returns

  • boolean true if the object is the same as this object false if it is different from this object.

public int hashCode()

Returns an integer hash code for the receiver. Any two objects which answer true when passed to .equals must answer the same value for this method.

Returns

  • int the receiver's hash.

public String toString()

Returns a string containing a concise, human-readable description of the receiver.

Returns

  • String a printable representation for the receiver.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56