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


public interface SupportedAttribResolver<T>

The Interface SupportedAttribResolver.

Author:
Kevin Peterson

Method Summary
 java.lang.String getId(T item)
          Gets the id.
 java.lang.String getIdVal(T item)
          Gets the id val.
 java.lang.String getSupportedAttributeTag()
          Gets the supported attribute tag.
 java.lang.String getUri(T item)
          Gets the uri.
 java.lang.String getVal1(T item)
          Gets the val1.
 java.lang.String getVal2(T item)
          Gets the val2.
 

Method Detail

getSupportedAttributeTag

java.lang.String getSupportedAttributeTag()
Gets the supported attribute tag.

Returns:
the supported attribute tag

getId

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

Parameters:
item - the item
Returns:
the id

getUri

java.lang.String getUri(T item)
Gets the uri.

Parameters:
item - the item
Returns:
the uri

getIdVal

java.lang.String getIdVal(T item)
Gets the id val.

Parameters:
item - the item
Returns:
the id val

getVal1

java.lang.String getVal1(T item)
Gets the val1.

Parameters:
item - the item
Returns:
the val1

getVal2

java.lang.String getVal2(T item)
Gets the val2.

Parameters:
item - the item
Returns:
the val2

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.