Package adalid.core

Class NativeQuerySegment

java.lang.Object
adalid.core.NativeQuerySegment

public class NativeQuerySegment extends Object
Author:
Jorge Campins
  • Method Details

    • of

      public static NativeQuerySegment of(Segment segment)
    • and

    • or

    • setDefaultLabel

      public void setDefaultLabel(String defaultLabel)
    • setDefaultShortLabel

      public void setDefaultShortLabel(String defaultShortLabel)
    • setDefaultCollectionLabel

      public void setDefaultCollectionLabel(String defaultCollectionLabel)
    • setDefaultCollectionShortLabel

      public void setDefaultCollectionShortLabel(String defaultCollectionShortLabel)
    • setDefaultDescription

      public void setDefaultDescription(String defaultDescription)
    • setDefaultShortDescription

      public void setDefaultShortDescription(String defaultShortDescription)
    • setLocalizedLabel

      public void setLocalizedLabel(Locale locale, String localizedLabel)
    • setLocalizedShortLabel

      public void setLocalizedShortLabel(Locale locale, String localizedShortLabel)
    • setLocalizedCollectionLabel

      public void setLocalizedCollectionLabel(Locale locale, String localizedCollectionLabel)
    • setLocalizedCollectionShortLabel

      public void setLocalizedCollectionShortLabel(Locale locale, String localizedCollectionShortLabel)
    • setLocalizedDescription

      public void setLocalizedDescription(Locale locale, String localizedDescription)
    • setLocalizedShortDescription

      public void setLocalizedShortDescription(Locale locale, String localizedShortDescription)