Interface HeaderDescriptor.AttributeConstraintFilter

    • Method Detail

      • isMandatory

        boolean isMandatory​(AttributeDescriptor ad)
        Is the given attribute described by given descriptor mandatory?
        Parameters:
        ad - attribute descriptor to check for mandatory property
        Returns:
        true if attribute has to be treated as mandatory
      • isInitialOnly

        boolean isInitialOnly​(AttributeDescriptor ad)
        Is the given attribute described by given descriptor initial only?
        Parameters:
        ad - attribute descriptor to check for initial only property
        Returns:
        true if attribute has to be treated as initial only