org.apache.uima.conceptMapper.support.dictionaryResource
Class EntryProperties

java.lang.Object
  extended by org.apache.uima.conceptMapper.support.dictionaryResource.EntryProperties
All Implemented Interfaces:
Serializable

public class EntryProperties
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
EntryProperties(EntryProperties toCopyFrom)
           
EntryProperties(EntryPropertiesRoot root, int maxNumberOfProperties)
           
 
Method Summary
 String getProperty(String propertyName)
           
 String getProperty(String propertyName, String defaultValue)
           
 void setProperty(String propertyName, String propertyValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntryProperties

public EntryProperties(EntryPropertiesRoot root,
                       int maxNumberOfProperties)
                throws NullPointerException
Parameters:
root -
maxNumberOfProperties -
Throws:
NullPointerException - should only be called by factory

EntryProperties

public EntryProperties(EntryProperties toCopyFrom)
Method Detail

getProperty

public String getProperty(String propertyName)

getProperty

public String getProperty(String propertyName,
                          String defaultValue)

setProperty

public void setProperty(String propertyName,
                        String propertyValue)


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.