Java PrimerMethod Properties in Java

Listing 5. The abstract method "void basicComponent(int, String)" of the AbstractName class.


/**
 * Set a name component to a new value.
 * @methodtype set
 * @methodproperties primitive, hook
*/
protected abstract void basicComponent(int index, String component);