File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Other Languages and the fly likes Can you please let me know what does this method do Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Other Languages » Other Languages
Reply Bookmark "Can you please let me know what does this method do" Watch "Can you please let me know what does this method do" New topic
Author

Can you please let me know what does this method do

spars anu
Greenhorn

Joined: May 26, 2011
Posts: 11
namespace FullTilt.Tools.Services.MiddlewareServices.ServiceImplementation.Translators
{
internal class NoteTranslator : EntityTranslator<MiddlewareNote, EtcNote>
{
public override bool CanTranslate(System.Type targetType, System.Type sourceType)
{
return targetType == typeof(EtcNote) && (sourceType.IsSubclassOf(typeof(Note)) || sourceType == typeof(Note));
}


I just want to know what this method in bold is doing
 
 
subject: Can you please let me know what does this method do
 
Threads others viewed
Swing JCombobox and JTable issue
javascript var
how can I get the type of the object ?
form binding with generic types
can i add one more source for this
developer file tools