org.apache.uima.conceptMapper.support.dictionaryResource
Class EntryProperties
java.lang.Object
org.apache.uima.conceptMapper.support.dictionaryResource.EntryProperties
- All Implemented Interfaces:
- Serializable
public class EntryProperties
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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.