Class PropertyTranslator.Key

java.lang.Object
oracle.rules.sdk2.dictionary.PropertyTranslator.Key
Enclosing class:
PropertyTranslator

public static class PropertyTranslator.Key extends Object
The Key to the resource bundle. Encapsulates a (DOID id, String propertyName) pair.
  • Constructor Details

    • Key

      public Key(String key)
    • Key

      public Key(DOID id_, String propertyName_)
  • Method Details