Class DataToModelAtomicTypePredicate

  • All Implemented Interfaces:
    java.util.function.Predicate<java.lang.String>

    public class DataToModelAtomicTypePredicate
    extends java.lang.Object
    implements java.util.function.Predicate<java.lang.String>
    Predicate to identify if the provided type is an @AtomicType.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected TypeService getTypeService()  
      protected boolean isAtomicType​(java.lang.String typeCode)
      Determines if the provided typeCode is of @AtomicType.
      void setTypeService​(TypeService typeService)  
      boolean test​(java.lang.String type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or
    • Constructor Detail

      • DataToModelAtomicTypePredicate

        public DataToModelAtomicTypePredicate()
    • Method Detail

      • test

        public boolean test​(java.lang.String type)
        Specified by:
        test in interface java.util.function.Predicate<java.lang.String>
      • isAtomicType

        protected boolean isAtomicType​(java.lang.String typeCode)
        Determines if the provided typeCode is of @AtomicType.
      • getTypeService

        protected TypeService getTypeService()
      • setTypeService

        public void setTypeService​(TypeService typeService)