org.openanzo.util.properties
Class PropertiesDefinitionParser.Description

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

public class PropertiesDefinitionParser.Description
extends java.lang.Object

Representation of a description value


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

Constructor Detail

PropertiesDefinitionParser.Description

public PropertiesDefinitionParser.Description()
Method Detail

getValue

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

Returns:
the value of the description

getType

public PropertiesDefinitionParser.Type getType()
Get the type of description

Returns:
the type of description


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