Class TypeCodeExistsPredicate

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

    public class TypeCodeExistsPredicate
    extends java.lang.Object
    implements java.util.function.Predicate<java.lang.String>
    Predicate to test if a given type code maps to an existing composed type.

    Returns TRUE if the composed type exists; FALSE otherwise.

    • Constructor Detail

      • TypeCodeExistsPredicate

        public TypeCodeExistsPredicate()
    • Method Detail

      • test

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

        protected TypeService getTypeService()
      • setTypeService

        public void setTypeService​(TypeService typeService)