Uses of Class
com.evernote.edam.type.Data

Packages that use Data
com.evernote.edam.type   
 

Uses of Data in com.evernote.edam.type
 

Methods in com.evernote.edam.type that return Data
 Data Data.deepCopy()
           
 Data Resource.getAlternateData()
           
 Data Resource.getData()
           
 Data Resource.getRecognition()
           
 

Methods in com.evernote.edam.type with parameters of type Data
 int Data.compareTo(Data other)
           
 boolean Data.equals(Data that)
           
 void Resource.setAlternateData(Data alternateData)
           
 void Resource.setData(Data data)
           
 void Resource.setRecognition(Data recognition)
           
 

Constructors in com.evernote.edam.type with parameters of type Data
Data(Data other)
          Performs a deep copy on other.
 



Copyright © 2013. All Rights Reserved.