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.- Version:
- 2016-01-01
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidRemoves the name of the currentIFluentMutableOptionalNameHolder.Sets the name of the currentIFluentMutableOptionalNameHolder.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.optionalattribute.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.
-