Searched defs:nativeName (Results 1 - 1 of 1) sorted by relevance

/forgerock/openidm-v4/custom-scripted-connector-bundler/src/main/java/org/forgerock/openidm/tools/scriptedbundler/
H A DCustomObjectTypeProperty.java41 * "nativeName" : "__NAME__",
78 private String nativeName; field in class:CustomObjectTypeProperty
161 return nativeName;
167 * @param nativeName
169 public void setNativeName(String nativeName) { argument
170 this.nativeName = nativeName;

Completed in 27 milliseconds