JTools

org.jtools.props
Class ResolvedProperties.Literal

java.lang.Object
  extended by org.jtools.props.ResolvedProperties.Literal
All Implemented Interfaces:
ResolvedProperties.ValueItem
Enclosing class:
ResolvedProperties

protected static final class ResolvedProperties.Literal
extends Object
implements ResolvedProperties.ValueItem


Constructor Summary
ResolvedProperties.Literal(String value)
           
 
Method Summary
 String getValue(ResolvedProperties language)
           
 boolean isSolved()
           
 boolean isUnsolvedLocal()
           
 boolean isUnsolvedTemp()
           
 ResolvedProperties.ValueItem solve(ResolvedProperties parser, Map map)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResolvedProperties.Literal

public ResolvedProperties.Literal(String value)
Method Detail

getValue

public String getValue(ResolvedProperties language)
Specified by:
getValue in interface ResolvedProperties.ValueItem

isSolved

public boolean isSolved()
Specified by:
isSolved in interface ResolvedProperties.ValueItem

isUnsolvedLocal

public boolean isUnsolvedLocal()
Specified by:
isUnsolvedLocal in interface ResolvedProperties.ValueItem

isUnsolvedTemp

public boolean isUnsolvedTemp()
Specified by:
isUnsolvedTemp in interface ResolvedProperties.ValueItem

solve

public ResolvedProperties.ValueItem solve(ResolvedProperties parser,
                                          Map map)
Specified by:
solve in interface ResolvedProperties.ValueItem

toString

public String toString()
Overrides:
toString in class Object

JTools

© 2000-2006, JTools.org.