Uses of Class
org.opends.dsml.protocol.DsmlAttr
-
-
Uses of DsmlAttr in org.opends.dsml.protocol
Fields in org.opends.dsml.protocol with type parameters of type DsmlAttr Modifier and Type Field Description protected List<DsmlAttr>AddRequest. attrprotected List<DsmlAttr>SearchResultEntry. attrMethods in org.opends.dsml.protocol that return DsmlAttr Modifier and Type Method Description DsmlAttrObjectFactory. createDsmlAttr()Create an instance ofDsmlAttrMethods in org.opends.dsml.protocol that return types with arguments of type DsmlAttr Modifier and Type Method Description List<DsmlAttr>AddRequest. getAttr()Gets the value of the attr property.List<DsmlAttr>SearchResultEntry. getAttr()Gets the value of the attr property.
-