com.cosylab.vdct.inspector.sheet
Class SplitPropertyGroup

java.lang.Object
  extended by com.cosylab.vdct.inspector.sheet.SplitPropertyGroup

public class SplitPropertyGroup
extends java.lang.Object

Author:
ssah

Constructor Summary
SplitPropertyGroup(InspectableProperty owner, DBSheetSplitCol splitData)
           
SplitPropertyGroup(java.lang.String value, DBSheetSplitCol splitData)
           
 
Method Summary
 java.lang.String getErrorDesc()
           
 InspectableProperty getOwner()
           
 SplitPropertyPart getPart(int index)
           
static int getPartsCount(java.lang.String value, DBSheetSplitCol splitData)
           
 int getPatternParts()
          Returns the number of parts that the property value was split into using split data.
 java.lang.String getValue()
           
 boolean isErrorInPattern()
           
 boolean isNestedGroups()
           
 boolean isPatternMatch()
           
 void setOwner(InspectableProperty owner)
           
 void setValuePart(SplitPropertyPart part)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplitPropertyGroup

public SplitPropertyGroup(InspectableProperty owner,
                          DBSheetSplitCol splitData)
Parameters:
owner -
splitPattern -

SplitPropertyGroup

public SplitPropertyGroup(java.lang.String value,
                          DBSheetSplitCol splitData)
Parameters:
value -
splitPattern -
Method Detail

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