Uses of Class
eu.monnetproject.lemon.model.LexicalSense.ReferencePreference

Packages that use LexicalSense.ReferencePreference
eu.monnetproject.lemon.impl   
eu.monnetproject.lemon.model   
 

Uses of LexicalSense.ReferencePreference in eu.monnetproject.lemon.impl
 

Methods in eu.monnetproject.lemon.impl that return LexicalSense.ReferencePreference
 LexicalSense.ReferencePreference LexicalSenseImpl.getRefPref()
           
 

Methods in eu.monnetproject.lemon.impl with parameters of type LexicalSense.ReferencePreference
 void LexicalSenseImpl.setRefPref(LexicalSense.ReferencePreference refPref)
           
 

Uses of LexicalSense.ReferencePreference in eu.monnetproject.lemon.model
 

Methods in eu.monnetproject.lemon.model that return LexicalSense.ReferencePreference
 LexicalSense.ReferencePreference LexicalSense.getRefPref()
          Get the preference of the ontology entity for this sense's entry or null for no preference
static LexicalSense.ReferencePreference LexicalSense.ReferencePreference.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LexicalSense.ReferencePreference[] LexicalSense.ReferencePreference.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in eu.monnetproject.lemon.model with parameters of type LexicalSense.ReferencePreference
 void LexicalSense.setRefPref(LexicalSense.ReferencePreference refPref)
          Set the preference of the ontology entity for this sense's entry or null for no preference
 



Copyright © 2012. All Rights Reserved.