Class ADEPropertyCollection


  • public class ADEPropertyCollection
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean contains​(java.lang.Class<? extends org.citygml4j.model.citygml.ade.binding.ADEModelObject> propertyType)  
      boolean containsMultiple​(java.lang.Class<? extends org.citygml4j.model.citygml.ade.binding.ADEModelObject> propertyType)  
      boolean containsOne​(java.lang.Class<? extends org.citygml4j.model.citygml.ade.binding.ADEModelObject> propertyType)  
      boolean containsOneOf​(java.lang.Class<?>... propertyTypes)  
      <T extends org.citygml4j.model.citygml.ade.binding.ADEModelObject>
      java.util.List<T>
      getAll​(java.lang.Class<T> propertyType)  
      <T extends org.citygml4j.model.citygml.ade.binding.ADEModelObject>
      T
      getFirst​(java.lang.Class<T> propertyType)  
      void register​(org.citygml4j.model.citygml.ade.binding.ADEModelObject property)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ADEPropertyCollection

        public ADEPropertyCollection()
    • Method Detail

      • register

        public void register​(org.citygml4j.model.citygml.ade.binding.ADEModelObject property)
      • containsOneOf

        public boolean containsOneOf​(java.lang.Class<?>... propertyTypes)
      • contains

        public boolean contains​(java.lang.Class<? extends org.citygml4j.model.citygml.ade.binding.ADEModelObject> propertyType)
      • containsOne

        public boolean containsOne​(java.lang.Class<? extends org.citygml4j.model.citygml.ade.binding.ADEModelObject> propertyType)
      • containsMultiple

        public boolean containsMultiple​(java.lang.Class<? extends org.citygml4j.model.citygml.ade.binding.ADEModelObject> propertyType)
      • getAll

        public <T extends org.citygml4j.model.citygml.ade.binding.ADEModelObject> java.util.List<T> getAll​(java.lang.Class<T> propertyType)
      • getFirst

        public <T extends org.citygml4j.model.citygml.ade.binding.ADEModelObject> T getFirst​(java.lang.Class<T> propertyType)