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

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

public class EntryPropertiesRoot
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
EntryPropertiesRoot(String[] thePropertyNames)
           
 
Method Summary
 int getPropertyID(String propertyName)
           
 EntryProperties newEntryProperties()
           
 String[] propertyNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntryPropertiesRoot

public EntryPropertiesRoot(String[] thePropertyNames)
Method Detail

propertyNames

public String[] propertyNames()

getPropertyID

public int getPropertyID(String propertyName)

newEntryProperties

public EntryProperties newEntryProperties()
                                   throws NullPointerException
Throws:
NullPointerException


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