org.apache.directory.shared.ldap.message.spi
Interface BinaryAttributeDetector


public interface BinaryAttributeDetector

An interface used to abstract the means to detect whether or not an attribute identifier/descriptor represents a binary attributeType.


Method Summary
 boolean isBinary(java.lang.String attributeId)
          Returns true if the attribute specified is not human readible.
 

Method Detail

isBinary

boolean isBinary(java.lang.String attributeId)
Returns true if the attribute specified is not human readible.

Parameters:
attributeId - the identifier/descriptor for the attribute to be checked.
Returns:
true if the attribute specified is not human readible, false otherwise


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.