package com.ifpdos.udi.sdk.service.doc.base;

import com.ifpdos.udi.sdk.kotlin.comment.parser.CommentDetails;
import g.i;
import javax.lang.model.element.Element;

/* JADX INFO: compiled from: ClassParser.kt */
/* JADX INFO: loaded from: classes.dex */
@i
public interface IFieldWrapper {
    CommentDetails getComment();

    Element getElement();

    String getName();

    String getRawName();

    String getType();
}
