package android.mtp;
/*
* #%L
* Matos
* $Id:$
* $HeadURL:$
* %%
* Copyright (C) 2010 - 2014 Orange SA
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* #L%
*/
public final class MtpObjectInfo
{
// Constructors
private MtpObjectInfo(){
}
// Methods
public final java.lang.String getName(){
return (java.lang.String) null;
}
public final int getParent(){
return 0;
}
public final int getCompressedSize(){
return 0;
}
public final int getFormat(){
return 0;
}
public final int getSequenceNumber(){
return 0;
}
public final int getObjectHandle(){
return 0;
}
public final int getStorageId(){
return 0;
}
public final int getProtectionStatus(){
return 0;
}
public final int getThumbFormat(){
return 0;
}
public final int getThumbCompressedSize(){
return 0;
}
public final int getThumbPixWidth(){
return 0;
}
public final int getThumbPixHeight(){
return 0;
}
public final int getImagePixWidth(){
return 0;
}
public final int getImagePixHeight(){
return 0;
}
public final int getImagePixDepth(){
return 0;
}
public final int getAssociationType(){
return 0;
}
public final int getAssociationDesc(){
return 0;
}
public final long getDateCreated(){
return 0l;
}
public final long getDateModified(){
return 0l;
}
public final java.lang.String getKeywords(){
return (java.lang.String) null;
}
}