org.glassfish.jersey.message.internal
Class Quality

java.lang.Object
  extended by org.glassfish.jersey.message.internal.Quality

public final class Quality
extends Object

Quality parameter constants.

Author:
Marek Potociar (marek.potociar at oracle.com)

Field Summary
static int DEFAULT_QUALITY
          Default quality value.
static int MAXIMUM_QUALITY
          Maximum quality value.
static int MINIMUM_QUALITY
          Minimum quality value.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MINIMUM_QUALITY

public static final int MINIMUM_QUALITY
Minimum quality value.

See Also:
Constant Field Values

MAXIMUM_QUALITY

public static final int MAXIMUM_QUALITY
Maximum quality value.

See Also:
Constant Field Values

DEFAULT_QUALITY

public static final int DEFAULT_QUALITY
Default quality value.

See Also:
Constant Field Values


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.