Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center
11g Release 2 (11.1.2.2.0)
E17494-03


oracle.alm.common
Class AlmDefaultResourceBundle

java.lang.Object
  extended by java.util.ResourceBundle
      extended by java.util.ListResourceBundle
          extended by oracle.alm.common.AlmDefaultResourceBundle

Direct Known Subclasses:
AlmDefaultResourceBundle_en

public class AlmDefaultResourceBundle
extends java.util.ListResourceBundle

The AlmDefaultResourceBundle is the class that defines some default or common resource strings used by the connector framework and TPC client. Connector may be able to override them. For example: Connector can override the operator strings below by implementing WorkItemFieldFeature and specifying diffrent strings to use in getOperators() returned map. See WorkItemFieldFeature for more information.


Nested Class Summary

 

Nested classes/interfaces inherited from class java.util.ResourceBundle
java.util.ResourceBundle.Control

 

Field Summary
static java.lang.String OPERATOR_CONTAINS
           
static java.lang.String OPERATOR_EQUAL
           
static java.lang.String OPERATOR_GREATTHAN
           
static java.lang.String OPERATOR_GREATTHANOREQUAL
           
static java.lang.String OPERATOR_LESSTHANOREQUAL
           
static java.lang.String OPERATOR_LESSTTHAN
           
static java.lang.String OPERATOR_LIKE
           
static java.lang.String OPERATOR_NOTEQUAL
           

 

Fields inherited from class java.util.ResourceBundle
parent

 

Constructor Summary
AlmDefaultResourceBundle()
           

 

Method Summary
static java.lang.String get(java.lang.String key)
           
 java.lang.Object[][] getContents()
           

 

Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject, handleKeySet

 

Methods inherited from class java.util.ResourceBundle
clearCache, clearCache, containsKey, getBundle, getBundle, getBundle, getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, keySet, setParent

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

OPERATOR_EQUAL

public static final java.lang.String OPERATOR_EQUAL
See Also:
Constant Field Values

OPERATOR_NOTEQUAL

public static final java.lang.String OPERATOR_NOTEQUAL
See Also:
Constant Field Values

OPERATOR_LIKE

public static final java.lang.String OPERATOR_LIKE
See Also:
Constant Field Values

OPERATOR_GREATTHAN

public static final java.lang.String OPERATOR_GREATTHAN
See Also:
Constant Field Values

OPERATOR_LESSTTHAN

public static final java.lang.String OPERATOR_LESSTTHAN
See Also:
Constant Field Values

OPERATOR_GREATTHANOREQUAL

public static final java.lang.String OPERATOR_GREATTHANOREQUAL
See Also:
Constant Field Values

OPERATOR_LESSTHANOREQUAL

public static final java.lang.String OPERATOR_LESSTHANOREQUAL
See Also:
Constant Field Values

OPERATOR_CONTAINS

public static final java.lang.String OPERATOR_CONTAINS
See Also:
Constant Field Values

Constructor Detail

AlmDefaultResourceBundle

public AlmDefaultResourceBundle()

Method Detail

get

public static java.lang.String get(java.lang.String key)

getContents

public java.lang.Object[][] getContents()
Specified by:
getContents in class java.util.ListResourceBundle

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center
11g Release 2 (11.1.2.2.0)
E17494-03


Copyright © 1998,2012, Oracle. All rights reserved.