package com.itjw.txviewer.database; public interface ITrAttribute extends ITrAttrType { public Object getValue(); }