Package biana :: Package BianaObjects :: Module ExternalEntityRelationParticipantAttribute' :: Class ExternalEntityRelationParticipantAttribute
[hide private]
[frames] | no frames]

Class ExternalEntityRelationParticipantAttribute

source code


Instance Methods [hide private]
 
__init__(self, attribute_identifier, value)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from ExternalEntityAttribute'.ExternalEntityAttribute: __eq__, __repr__, __str__, get_field

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Static Methods [hide private]
 
isValidType(type, biana_database) source code

Inherited from ExternalEntityAttribute'.ExternalEntityAttribute: isFullTextSearchable, isIdentifierType, isNumericAttribute, isSpecialAttribute, isValidAttribute, isVersionableIdentifier

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, attribute_identifier, value)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)