org.openanzo.util.properties
Class PropertiesDefinitionParser.Tag

java.lang.Object
  extended by org.openanzo.util.properties.PropertiesDefinitionParser.Tag
Enclosing class:
PropertiesDefinitionParser

public class PropertiesDefinitionParser.Tag
extends java.lang.Object

Representation of a tag value


Constructor Summary
PropertiesDefinitionParser.Tag()
           
 
Method Summary
 java.lang.String getType()
          Get the type of tag
 java.lang.String getValue()
          Get the value of the tag
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesDefinitionParser.Tag

public PropertiesDefinitionParser.Tag()
Method Detail

getValue

public java.lang.String getValue()
Get the value of the tag

Returns:
the value of the tag

getType

public java.lang.String getType()
Get the type of tag

Returns:
the type of tag


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.