Class LanguageRecord


  • public class LanguageRecord
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int featureRequired  
      private int[] features  
      private java.lang.String tag  
    • Constructor Summary

      Constructors 
      Constructor Description
      LanguageRecord()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getFeatureRequired()
      Retrieves the feature required of the language record.
      int[] getFeatures()
      Retrieves the features of the language record.
      java.lang.String getTag()
      Retrieves the tag of the language record.
      void setFeatureRequired​(int featureRequired)
      Sets the feature required of the language record.
      void setFeatures​(int[] features)
      Sets the features of the language record.
      void setTag​(java.lang.String tag)
      Sets the tag of the language record.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • tag

        private java.lang.String tag
      • featureRequired

        private int featureRequired
      • features

        private int[] features
    • Constructor Detail

      • LanguageRecord

        public LanguageRecord()
    • Method Detail

      • getTag

        public java.lang.String getTag()
        Retrieves the tag of the language record.
        Returns:
        tag of record
      • setTag

        public void setTag​(java.lang.String tag)
        Sets the tag of the language record.
        Parameters:
        tag - tag of record
      • getFeatureRequired

        public int getFeatureRequired()
        Retrieves the feature required of the language record.
        Returns:
        feature required
      • setFeatureRequired

        public void setFeatureRequired​(int featureRequired)
        Sets the feature required of the language record.
        Parameters:
        featureRequired - feature required
      • getFeatures

        public int[] getFeatures()
        Retrieves the features of the language record.
        Returns:
        features
      • setFeatures

        public void setFeatures​(int[] features)
        Sets the features of the language record.
        Parameters:
        features - features