Back to project page spotthestation.
The source code is released under:
Apache License
If you think the Android project spotthestation listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package Entities; //from ww w. ja v a 2s .c om import javax.annotation.Generated; import javax.persistence.metamodel.SingularAttribute; import javax.persistence.metamodel.StaticMetamodel; @Generated(value="EclipseLink-2.3.2.v20111125-r10461", date="2013-04-22T00:14:43") @StaticMetamodel(NASAImageTable.class) public class NASAImageTable_ { public static volatile SingularAttribute<NASAImageTable, String> location; public static volatile SingularAttribute<NASAImageTable, byte[]> image; public static volatile SingularAttribute<NASAImageTable, String> comment; }