Uses of Interface
thredds.catalog2.Property

Packages that use Property
thredds.catalog2   
 

Uses of Property in thredds.catalog2
 

Methods in thredds.catalog2 that return Property
 Property Service.getPropertyByName(java.lang.String name)
           
 Property DatasetNode.getPropertyByName(java.lang.String name)
           
 Property Catalog.getPropertyByName(java.lang.String name)
           
 

Methods in thredds.catalog2 that return types with arguments of type Property
 java.util.List<Property> Service.getProperties()
          Return the List of Property objects associated with this Service.
 java.util.List<Property> DatasetNode.getProperties()
           
 java.util.List<Property> Catalog.getProperties()