Uses of Class
net.sf.extjwnl.data.AdjectivePosition

Packages that use AdjectivePosition
net.sf.extjwnl.data Classes for extracting and containing data from the dictionary. 
 

Uses of AdjectivePosition in net.sf.extjwnl.data
 

Methods in net.sf.extjwnl.data that return AdjectivePosition
 AdjectivePosition Adjective.getAdjectivePosition()
           
static AdjectivePosition AdjectivePosition.getAdjectivePositionForKey(String key)
           
static AdjectivePosition AdjectivePosition.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AdjectivePosition[] AdjectivePosition.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.sf.extjwnl.data with parameters of type AdjectivePosition
Adjective(Dictionary dictionary, Synset synset, int index, String lemma, AdjectivePosition adjectivePosition)
           
 



Copyright © 2013. All Rights Reserved.