Class SplitPropertyGroup


  • public class SplitPropertyGroup
    extends Object
    Author:
    ssah
    • Constructor Detail

      • SplitPropertyGroup

        public SplitPropertyGroup​(String value,
                                  DBSheetSplitCol splitData)
        Parameters:
        value - value
        splitData - splitData
    • Method Detail

      • getPartsCount

        public static int getPartsCount​(String value,
                                        DBSheetSplitCol splitData)
        Parameters:
        value - value
        splitData - splitData
        Returns:
        something
      • setValuePart

        public void setValuePart​(SplitPropertyPart part)
        Parameters:
        part - part
      • setOwner

        public void setOwner​(InspectableProperty owner)
        Parameters:
        owner - the owner to set
      • getPart

        public SplitPropertyPart getPart​(int index)
        Parameters:
        index - index
        Returns:
        something
      • getPatternParts

        public int getPatternParts()
        Returns the number of parts that the property value was split into using split data.
        Returns:
        the patternParts
      • isPatternMatch

        public boolean isPatternMatch()
        Returns:
        the patternMatch
      • isNestedGroups

        public boolean isNestedGroups()
        Returns:
        the nestedGroups
      • isErrorInPattern

        public boolean isErrorInPattern()
        Returns:
        the errorInPattern
      • getErrorDesc

        public String getErrorDesc()
        Returns:
        the errorDesc
      • getValue

        public String getValue()
        Returns:
        the value