Declared in module tm
class FacetValue: def __init__(self, value='', type=None) def add_locator(self, locator) # Add the locator to the list of locators. def finalize(self) # Finalize the FacetValue object and resolve any missing information. def get_id(self) # Get the internal FacetValue id. def get_locators(self) # Get the locators of this facet value. def get_type(self) # Get the type of this facet value. def get_value(self) # Get the value of this facet value. def set_locators(self, locators) # Set the locators of this facet value. def set_type(self, type) # Set the type of this facet value. def set_value(self, value) # Set the value of this facet value.