com.sun.n1.sps.model.component
Interface SystemServiceRefIDSet
- All Superinterfaces:
- TypedSet
public interface SystemServiceRefIDSet
- extends TypedSet
A strongly-typed set of SystemServiceRefID objects. All add method
variants accept only SystemServiceRefID objects as input. The accessor
methods are guaranteed to return SystemServiceRefID objects. Strongly
typed array accessor methods are also provided. null elements are not
supported.
toIDArray
SystemServiceRefID[] toIDArray()
- Returns an array of system service ref IDs contained in this set.
- Returns:
- array containing the elements of this set,
in the order they were added to this set.