Package org.qdl_lang.variables
Class StemPathEntry
- java.lang.Object
-
- org.qdl_lang.variables.StemPathEntry
-
public class StemPathEntry extends Object
Created by Jeff Gaynor
on 6/7/21 at 8:47 AM
-
-
Constructor Summary
Constructors Constructor Description StemPathEntry(Long index)StemPathEntry(String key)constructor that does not vencode the entry.StemPathEntry(String key, boolean encode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdecodePath()LonggetIndex()StringgetKey()StringgetKey(boolean decode)booleanisString()voidsetIndex(Long index)voidsetKey(String key)
-
-
-
Constructor Detail
-
StemPathEntry
public StemPathEntry(String key)
constructor that does not vencode the entry. The assumption is that this entry is already vencoded and does not need anything done to it. SeeStemPathEntry(String, boolean)- Parameters:
key-
-
StemPathEntry
public StemPathEntry(String key, boolean encode)
-
StemPathEntry
public StemPathEntry(Long index)
-
-