org.openanzo.util.properties
Class PropertiesDefinitionParser.Example

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

public class PropertiesDefinitionParser.Example
extends java.lang.Object

Representation of an Example


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

Constructor Detail

PropertiesDefinitionParser.Example

public PropertiesDefinitionParser.Example()
Method Detail

getValue

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

Returns:
the value of the example

getType

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

Returns:
the type of the example


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