Schnittstelle IFluentMutableOptionalNameHolder<H extends IFluentMutableOptionalNameHolder<H>>
- Typparameter:
H- is the type of aIFluentMutableOptionalNameHolder.
- Alle Superschnittstellen:
IOptionalNameHolder
- Alle bekannten Unterschnittstellen:
IFluentMutableOptionalQualifiedNameHolder<H>, IMutableXmlNode, IXmlNode<N>
- Alle bekannten Implementierungsklassen:
MutableXmlNode
public interface IFluentMutableOptionalNameHolder<H extends IFluentMutableOptionalNameHolder<H>>
extends IOptionalNameHolder
A
IFluentMutableOptionalNameHolder is a IOptionalNameHolder
whose name can be set and removed programmatically and fluently.- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungvoidRemoves the name of the currentIFluentMutableOptionalNameHolder.Sets the name of the currentIFluentMutableOptionalNameHolder.Von Schnittstelle geerbte Methoden IOptionalNameHolder
getName, getNameInQuotes, hasName, hasName
-
Methodendetails
-
removeName
void removeName()Removes the name of the currentIFluentMutableOptionalNameHolder. -
setName
Sets the name of the currentIFluentMutableOptionalNameHolder.- Parameter:
name-- Gibt zurück:
- the current
IFluentMutableOptionalNameHolder. - Löst aus:
RuntimeException- if the given name is null.RuntimeException- if the given name is blank.
-