NGLdapAttribute
Inherits From: NSObject
Conforms To: NSCopying
Declared In: NGLdapAttribute.h
Methods: - initWithAttributeName: , - initWithAttributeName:values: , - attributeName , + baseNameOfAttributeName: , - attributeBaseName , + subtypesOfAttributeName: , - subtypes , - hasSubtype: , - langSubtype , - count , - addValue: , - allValues , - valueEnumerator , - addStringValue: , - allStringValues , - stringValueEnumerator , - stringValueAtIndex:


Class Description
No class description.


Instance Variables
NSString *name;
NSArray *values;
BOOL didChange;

nameNo description.
valuesNo description.
didChangeNo description.



Method Types
- initWithAttributeName:
- initWithAttributeName:values:
- attributeName
+ baseNameOfAttributeName:
- attributeBaseName
+ subtypesOfAttributeName:
- subtypes
- hasSubtype:
- langSubtype
- count
- addValue:
- allValues
- valueEnumerator
- addStringValue:
- allStringValues
- stringValueEnumerator
- stringValueAtIndex:


Class Methods
baseNameOfAttributeName:
+ (NSString *)baseNameOfAttributeName:(NSString *)_attrName
No method description.

subtypesOfAttributeName:
+ (NSArray *)subtypesOfAttributeName:(NSString *)_attrName
No method description.


Instance Methods
addStringValue:
- (void)addStringValue:(NSString *)_value
No method description.

addValue:
- (void)addValue:(NSData *)_value
No method description.

allStringValues
- (NSArray *)allStringValues
No method description.

allValues
- (NSArray *)allValues
No method description.

attributeBaseName
- (NSString *)attributeBaseName
No method description.

attributeName
- (NSString *)attributeName
No method description.

count
- (unsigned)count
No method description.

hasSubtype:
- (BOOL)hasSubtype:(NSString *)_subtype
No method description.

initWithAttributeName:
- (id)initWithAttributeName:(NSString *)_name
No method description.

initWithAttributeName:values:
- (id)initWithAttributeName:(NSString *)_name values:(NSArray *)_values
No method description.

langSubtype
- (NSString *)langSubtype
No method description.

stringValueAtIndex:
- (NSString *)stringValueAtIndex:(unsigned)_idx
No method description.

stringValueEnumerator
- (NSEnumerator *)stringValueEnumerator
No method description.

subtypes
- (NSArray *)subtypes
No method description.

valueEnumerator
- (NSEnumerator *)valueEnumerator
No method description.


Version 1.1.1.1 Copyright ©2002 by SKYRIX Software AG. All Rights Reserved.