Class ClassifierHelper.PropertyValueGetter

  • All Implemented Interfaces:
    java.util.function.Function<Classifier,​java.util.Collection<? extends Element>>
    Enclosing class:
    ClassifierHelper

    static class ClassifierHelper.PropertyValueGetter
    extends java.lang.Object
    implements java.util.function.Function<Classifier,​java.util.Collection<? extends Element>>
    Elements getter from the classifiers by some property name
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String mName  
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyValueGetter​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<? extends Element> apply​(Classifier element)  
      • 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.Function

        andThen, compose
    • Field Detail

      • mName

        private final java.lang.String mName
    • Constructor Detail

      • PropertyValueGetter

        public PropertyValueGetter​(java.lang.String name)
    • Method Detail

      • apply

        public java.util.Collection<? extends Element> apply​(Classifier element)
        Specified by:
        apply in interface java.util.function.Function<Classifier,​java.util.Collection<? extends Element>>