Class NativeRankTypeDefinitionSet


  • public class NativeRankTypeDefinitionSet
    extends Object
    A set of rank type definitions used for native rank features.
    Author:
    geirst
    • Constructor Detail

      • NativeRankTypeDefinitionSet

        public NativeRankTypeDefinitionSet​(String name)
    • Method Detail

      • getDefaultRankType

        public static RankType getDefaultRankType()
        Returns the default rank type (about)
      • getRankTypeDefinition

        public NativeRankTypeDefinition getRankTypeDefinition​(RankType type)
        Returns a rank type definition if given an existing rank type name, or null if given a rank type which has no native implementation (meaning somebody forgot to add it),