Package org.proforma

Class AbstractFileChoiceGroup

java.lang.Object
org.proforma.AbstractFileChoiceGroup
Direct Known Subclasses:
AttachedBinFileType, AttachedTxtFileType, EmbeddedBinFileType, EmbeddedTxtFileType

public abstract class AbstractFileChoiceGroup extends Object
  • Constructor Details

    • AbstractFileChoiceGroup

      public AbstractFileChoiceGroup()
  • Method Details

    • isAttached

      public abstract boolean isAttached()
    • isEmbedded

      public boolean isEmbedded()
    • isBin

      public abstract boolean isBin()
    • isTxt

      public boolean isTxt()
    • getPath

      public abstract String getPath()
    • setPath

      public abstract void setPath(String path)
    • getEncoding

      public abstract String getEncoding()
    • getNaturalLang

      public abstract String getNaturalLang()