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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DHistoricalAttributeValue.java80 private final AttributeDescription attrDesc; field in class:HistoricalAttributeValue
140 this.attrDesc = attrType != null ? AttributeDescription.create(attrType, options) : null;
166 return attrDesc != null ? attrDesc.getAttributeType() : null;
171 return attrDesc != null ? attrDesc.getOptions() : Collections.<String> emptySet();
192 return attrDesc;

Completed in 28 milliseconds