de.tobiasbudde.regedit.reg.data
Class MatchingSubstring

java.lang.Object
  extended by de.tobiasbudde.regedit.reg.data.MatchingSubstring

public class MatchingSubstring
extends java.lang.Object


Constructor Summary
MatchingSubstring(java.lang.Integer start, java.lang.Integer end, java.lang.String txt)
           
 
Method Summary
 java.lang.Integer getEnd()
           
 java.lang.Integer getStart()
           
 java.lang.String getTxt()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchingSubstring

public MatchingSubstring(java.lang.Integer start,
                         java.lang.Integer end,
                         java.lang.String txt)
Method Detail

getStart

public java.lang.Integer getStart()

getEnd

public java.lang.Integer getEnd()

getTxt

public java.lang.String getTxt()


Copyright © 2008 tobiasbudde.de. All Rights Reserved.