Class ObjectClassInfo
java.lang.Object
org.identityconnectors.framework.common.objects.ObjectClassInfo
Extension of Attribute to distinguish it from a regular attribute.
- Since:
- 1.0
-
Constructor Summary
ConstructorDescriptionObjectClassInfo
(String type, Set<AttributeInfo> attrInfo, boolean isContainer) Public only for serialization; Use ObjectClassInfoBuilder instead. -
Method Summary
Modifier and TypeMethodDescriptionboolean
getType()
int
hashCode()
boolean
Determines if the 'name' matches thisObjectClassInfo
.boolean
toString()
-
Constructor Details
-
ObjectClassInfo
Public only for serialization; Use ObjectClassInfoBuilder instead.- Parameters:
type
- The name of the object classattrInfo
- The attributes of the object class.isContainer
- True if this can contain other object classes.
-
-
Method Details
-
isContainer
public boolean isContainer() -
getAttributeInfo
-
getType
-
is
Determines if the 'name' matches thisObjectClassInfo
.- Parameters:
name
- case-insensitive string representation of the ObjectClassInfo's type.- Returns:
true
if the case insensitive type is equal to that of the one in thisObjectClassInfo
.
-
equals
-
hashCode
public int hashCode() -
toString
-