LexRel enum

Inheritance

Constructors

LexRel(String value)
const

Values

has_synonym → const LexRel
const LexRel('has_synonym')
has_antonym → const LexRel
const LexRel('has_antonym')
has_pertainym → const LexRel
const LexRel('has_pertainym')
has_participle → const LexRel
const LexRel('has_participle')
has_active_usage → const LexRel
const LexRel('has_active_usage')
has_occasion → const LexRel
const LexRel('has_occasion')
has_attribute → const LexRel
const LexRel('has_attribute')
has_appearance → const LexRel
const LexRel('has_appearance')
has_construction_method → const LexRel
const LexRel('has_construction_method')
has_container → const LexRel
const LexRel('has_container')
is_container_for → const LexRel
const LexRel('is_container_for')
has_consistency_of → const LexRel
const LexRel('has_consistency_of')
has_component → const LexRel
const LexRel('has_component')
has_owner → const LexRel
const LexRel('has_owner')
is_owner_of → const LexRel
const LexRel('is_owner_of')
has_function → const LexRel
const LexRel('has_function')
has_manner_of_functioning → const LexRel
const LexRel('has_manner_of_functioning')
has_origin → const LexRel
const LexRel('has_origin')
has_production_method → const LexRel
const LexRel('has_production_method')
has_content → const LexRel
const LexRel('has_content')
has_no_property → const LexRel
const LexRel('has_no_property')
has_habitat → const LexRel
const LexRel('has_habitat')
has_location → const LexRel
const LexRel('has_location')
is_location_of → const LexRel
const LexRel('is_location_of')
has_measure → const LexRel
const LexRel('has_measure')
is_measure_of → const LexRel
const LexRel('is_measure_of')
has_material → const LexRel
const LexRel('has_material')
has_member → const LexRel
const LexRel('has_member')
is_member_of → const LexRel
const LexRel('is_member_of')
has_diet → const LexRel
const LexRel('has_diet')
is_diet_of → const LexRel
const LexRel('is_diet_of')
has_eponym → const LexRel
const LexRel('has_eponym')
has_user → const LexRel
const LexRel('has_user')
has_product → const LexRel
const LexRel('has_product')
is_product_of → const LexRel
const LexRel('is_product_of')
has_prototypical_holder → const LexRel
const LexRel('has_prototypical_holder')
is_prototypical_holder_for → const LexRel
const LexRel('is_prototypical_holder_for')
has_prototypical_place_of_usage → const LexRel
const LexRel('has_prototypical_place_of_usage')
has_relation → const LexRel
const LexRel('has_relation')
has_raw_product → const LexRel
const LexRel('has_raw_product')
has_other_property → const LexRel
const LexRel('has_other_property')
is_storage_for → const LexRel
const LexRel('is_storage_for')
has_specialization → const LexRel
const LexRel('has_specialization')
has_part → const LexRel
const LexRel('has_part')
is_part_of → const LexRel
const LexRel('is_part_of')
has_topic → const LexRel
const LexRel('has_topic')
is_caused_by → const LexRel
const LexRel('is_caused_by')
is_cause_for → const LexRel
const LexRel('is_cause_for')
is_comparable_to → const LexRel
const LexRel('is_comparable_to')
has_usage → const LexRel
const LexRel('has_usage')
has_result_of_usage → const LexRel
const LexRel('has_result_of_usage')
has_purpose_of_usage → const LexRel
const LexRel('has_purpose_of_usage')
has_goods → const LexRel
const LexRel('has_goods')
has_time → const LexRel
const LexRel('has_time')
is_access_to → const LexRel
const LexRel('is_access_to')
has_ingredient → const LexRel
const LexRel('has_ingredient')
is_ingredient_of → const LexRel
const LexRel('is_ingredient_of')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<LexRel>
A constant List of the values in this enum, in order of their declaration.