blob: d8200e229b5e08cb655dd5b12c11907f2db2bb76 [file] [log] [blame]
// This is a generated file. Not intended for manual editing.
package com.android.tools.idea.lang.databinding.psi;
import java.util.List;
import org.jetbrains.annotations.*;
import com.intellij.psi.PsiElement;
public interface PsiDbType extends PsiElement {
@Nullable
PsiDbClassOrInterfaceType getClassOrInterfaceType();
@Nullable
PsiDbPrimitiveType getPrimitiveType();
}