Searched refs:getNameWithOptions (Results 1 - 25 of 112) sorted by relevance

12345

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAttribute.java143 String getNameWithOptions(); method in interface:Attribute
H A DAbstractAttribute.java146 public String getNameWithOptions() method in class:AbstractAttribute
H A DVirtualAttribute.java138 public String getNameWithOptions() method in class:VirtualAttribute
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAttribute.java142 String getNameWithOptions(); method in interface:Attribute
H A DAbstractAttribute.java145 public String getNameWithOptions() method in class:AbstractAttribute
H A DVirtualAttribute.java137 public String getNameWithOptions() method in class:VirtualAttribute
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAttribute.java143 String getNameWithOptions(); method in interface:Attribute
H A DAbstractAttribute.java146 public String getNameWithOptions() method in class:AbstractAttribute
H A DVirtualAttribute.java138 public String getNameWithOptions() method in class:VirtualAttribute
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAttribute.java143 String getNameWithOptions(); method in interface:Attribute
H A DAbstractAttribute.java146 public String getNameWithOptions() method in class:AbstractAttribute
H A DVirtualAttribute.java138 public String getNameWithOptions() method in class:VirtualAttribute
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAttribute.java142 String getNameWithOptions(); method in interface:Attribute
H A DAbstractAttribute.java145 public String getNameWithOptions() method in class:AbstractAttribute
H A DVirtualAttribute.java137 public String getNameWithOptions() method in class:VirtualAttribute
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DAttribute.java138 String getNameWithOptions(); method in interface:Attribute
H A DAbstractAttribute.java127 public String getNameWithOptions() method in class:AbstractAttribute
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DEntityTagVirtualAttributeProvider.java70 return a1.getNameWithOptions().compareTo(a2.getNameWithOptions());
297 final String atd = attribute.getNameWithOptions();
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DEntityTagVirtualAttributeProvider.java69 return a1.getNameWithOptions().compareTo(a2.getNameWithOptions());
296 final String atd = attribute.getNameWithOptions();
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DEntityTagVirtualAttributeProvider.java70 return a1.getNameWithOptions().compareTo(a2.getNameWithOptions());
297 final String atd = attribute.getNameWithOptions();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DEntityTagVirtualAttributeProvider.java70 return a1.getNameWithOptions().compareTo(a2.getNameWithOptions());
297 final String atd = attribute.getNameWithOptions();
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DEntityTagVirtualAttributeProvider.java69 return a1.getNameWithOptions().compareTo(a2.getNameWithOptions());
296 final String atd = attribute.getNameWithOptions();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DEntityTagVirtualAttributeProvider.java71 return a1.getNameWithOptions().compareTo(a2.getNameWithOptions());
272 final String atd = attribute.getNameWithOptions();
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DLDAPAttribute.java156 this.attributeType = attribute.getNameWithOptions();
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPAttribute.java156 this.attributeType = attribute.getNameWithOptions();

Completed in 134 milliseconds

12345