org.dspace.checker.ChecksumResult_ Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dspace-api Show documentation
Show all versions of dspace-api Show documentation
DSpace core data model and service APIs.
package org.dspace.checker;
import javax.annotation.Generated;
import javax.persistence.metamodel.SingularAttribute;
import javax.persistence.metamodel.StaticMetamodel;
@Generated(value = "org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor")
@StaticMetamodel(ChecksumResult.class)
public abstract class ChecksumResult_ {
public static volatile SingularAttribute resultCode;
public static volatile SingularAttribute resultDescription;
public static final String RESULT_CODE = "resultCode";
public static final String RESULT_DESCRIPTION = "resultDescription";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy