Searched refs:moduleStringId (Results 1 - 1 of 1) sorted by relevance

/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/arch/
H A DModule.java135 * @param moduleStringId the string identifier for the localized module name
140 public Module(byte code, int moduleStringId, String fixedName) { argument
143 setModuleStringId(moduleStringId);
354 private void setModuleStringId(int moduleStringId) { argument
355 _moduleStringId = moduleStringId;

Completed in 38 milliseconds