org.lexgrid.loader.processor.support
Interface PropertyResolver<T>

All Known Implementing Classes:
AbstractBasicPropertyResolver, DefaultDefinitionPropertyResolver, MetaMrsatPropertyResolver, MetaMrstySemanticTypePropertyResolver, MetaPresentationPropertyResolver, MrsatPropertyResolver, MrstySemanticTypePropertyResolver, MrstyTuiPropertyResolver, UmlsCuiPropertyResolver, UmlsPropertyResolver

public interface PropertyResolver<T>

The Interface PropertyResolver.

Author:
Kevin Peterson

Method Summary
 java.lang.String getDegreeOfFidelity(T item)
          Gets the degree of fidelity.
 java.lang.String getEntityCode(T item)
          Gets the entity code.
 java.lang.String getEntityCodeNamespace(T item)
           
 java.lang.String getFormat(T item)
          Gets the format.
 java.lang.String getId(T item)
          Gets the id.
 boolean getIsActive(T item)
          Gets the checks if is active.
 java.lang.String getLanguage(T item)
          Gets the language.
 boolean getMatchIfNoContext(T item)
          Gets the match if no context.
 java.lang.String getPropertyName(T item)
          Gets the property name.
 java.lang.String getPropertyType(T item)
          Gets the property type.
 java.lang.String getPropertyValue(T item)
          Gets the property value.
 java.lang.String getRepresentationalForm(T item)
          Gets the representational form.
 

Method Detail

getEntityCode

java.lang.String getEntityCode(T item)
Gets the entity code.

Parameters:
item - the item
Returns:
the entity code

getEntityCodeNamespace

java.lang.String getEntityCodeNamespace(T item)

getId

java.lang.String getId(T item)
Gets the id.

Parameters:
item - the item
Returns:
the id

getPropertyName

java.lang.String getPropertyName(T item)
Gets the property name.

Parameters:
item - the item
Returns:
the property name

getPropertyType

java.lang.String getPropertyType(T item)
Gets the property type.

Parameters:
item - the item
Returns:
the property type

getDegreeOfFidelity

java.lang.String getDegreeOfFidelity(T item)
Gets the degree of fidelity.

Parameters:
item - the item
Returns:
the degree of fidelity

getFormat

java.lang.String getFormat(T item)
Gets the format.

Parameters:
item - the item
Returns:
the format

getIsActive

boolean getIsActive(T item)
Gets the checks if is active.

Parameters:
item - the item
Returns:
the checks if is active

getLanguage

java.lang.String getLanguage(T item)
Gets the language.

Parameters:
item - the item
Returns:
the language

getMatchIfNoContext

boolean getMatchIfNoContext(T item)
Gets the match if no context.

Parameters:
item - the item
Returns:
the match if no context

getPropertyValue

java.lang.String getPropertyValue(T item)
Gets the property value.

Parameters:
item - the item
Returns:
the property value

getRepresentationalForm

java.lang.String getRepresentationalForm(T item)
Gets the representational form.

Parameters:
item - the item
Returns:
the representational form

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.