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

/forgerock/openidm-v4/custom-scripted-connector-bundler/src/main/java/org/forgerock/openidm/tools/scriptedbundler/
H A DCustomObjectTypePropertyItems.java39 * "nativeType" : "object",
50 private String nativeType; field in class:CustomObjectTypePropertyItems
79 return nativeType;
85 * @param nativeType
87 public void setNativeType(String nativeType) { argument
88 this.nativeType = nativeType;
92 * Return whether this item has a nativeType property. nativeType is optional. This
99 return nativeType !
[all...]
H A DCustomObjectType.java41 * "nativeType" : "__GROUP__",
53 * "nativeType" : "string"
82 private String nativeType; field in class:CustomObjectType
147 return nativeType;
153 * @param nativeType
155 public void setNativeType(String nativeType) { argument
156 this.nativeType = nativeType;
H A DCustomObjectTypeProperty.java42 * "nativeType" : "string",
79 private String nativeType; field in class:CustomObjectTypeProperty
179 return nativeType;
185 * @param nativeType
187 public void setNativeType(String nativeType) { argument
188 this.nativeType = nativeType;
/forgerock/opendj2/ext/svnkit/lib/
H A Djna-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/ptr/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Djna-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/ptr/ ...
/forgerock/opendj-b2.6/ext/svnkit/
H A Djna.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/linux ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Djna.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/linux ...

Completed in 53 milliseconds