Class IntegrationObjectItemAttributeModelUtils


  • public class IntegrationObjectItemAttributeModelUtils
    extends java.lang.Object
    Utilities used in integration object models.
    • Method Detail

      • isUnique

        public static boolean isUnique​(IntegrationObjectItemAttributeModel attributeDefinitionModel)
        Indicates if an attribute is unique. If either the IntegrationObjectionAttributeDefinitionModel OR the model's attribute descriptor is unique, the attribute is unique
        Parameters:
        attributeDefinitionModel - Model to test for uniqueness
        Returns:
        true if unique, else false