JTools

org.jtools.props
Class ResolvedProperties.Composition

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

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


Constructor Summary
ResolvedProperties.Composition(ResolvedProperties.ValueItem[] items, boolean key)
           
 
Method Summary
 String getInternalValue(ResolvedProperties language)
           
 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.Composition

public ResolvedProperties.Composition(ResolvedProperties.ValueItem[] items,
                                      boolean key)
Method Detail

getInternalValue

public String getInternalValue(ResolvedProperties language)

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.