Uses of Class
gov.nasa.pds.registry.model.Slot

Packages that use Slot
gov.nasa.pds.registry.model   
 

Uses of Slot in gov.nasa.pds.registry.model
 

Methods in gov.nasa.pds.registry.model that return Slot
 Slot Identifiable.getSlot(String slotName)
          Convenience method to look up a slot with a given name.
 

Methods in gov.nasa.pds.registry.model that return types with arguments of type Slot
 Set<Slot> Identifiable.getSlots()
           
 

Methods in gov.nasa.pds.registry.model with parameters of type Slot
 void Identifiable.addSlot(Slot slot)
          Convenience method to add a slot to the set of slots.
 

Method parameters in gov.nasa.pds.registry.model with type arguments of type Slot
 void Identifiable.setSlots(Set<Slot> slots)
           
 

Constructor parameters in gov.nasa.pds.registry.model with type arguments of type Slot
Identifiable(String guid, String home, Set<Slot> slots)
           
 



Copyright © 2010-2013 Planetary Data System. All Rights Reserved.