com.cosylab.vdct.inspector.sheet
Class SplitPropertyGroup
java.lang.Object
com.cosylab.vdct.inspector.sheet.SplitPropertyGroup
public class SplitPropertyGroup
- extends java.lang.Object
- Author:
- ssah
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SplitPropertyGroup
public SplitPropertyGroup(InspectableProperty owner,
DBSheetSplitCol splitData)
- Parameters:
owner
- splitPattern
-
SplitPropertyGroup
public SplitPropertyGroup(java.lang.String value,
DBSheetSplitCol splitData)
- Parameters:
value
- splitPattern
-
getPartsCount
public static int getPartsCount(java.lang.String value,
DBSheetSplitCol splitData)
setValuePart
public void setValuePart(SplitPropertyPart part)
getOwner
public InspectableProperty getOwner()
- Returns:
- the owner
setOwner
public void setOwner(InspectableProperty owner)
- Parameters:
owner
- the owner to set
getPart
public SplitPropertyPart getPart(int index)
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 java.lang.String getErrorDesc()
- Returns:
- the errorDesc
getValue
public java.lang.String getValue()
- Returns:
- the value