Schnittstelle IFluentMutableOptionalNameHolder<FMONH extends IFluentMutableOptionalNameHolder<FMONH>>
- Typparameter:
FMONH
- is the type of aIFluentMutableOptionalNameHolder
.
- Alle Superschnittstellen:
IOptionalNameHolder
- Alle bekannten Unterschnittstellen:
IFluentMutableOptionalQualifiedNameHolder<FMOQNH>
,IMutableXmlNode
,IXmlNode<N>
- Alle bekannten Implementierungsklassen:
MutableXmlNode
public interface IFluentMutableOptionalNameHolder<FMONH extends IFluentMutableOptionalNameHolder<FMONH>>
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 TypMethodeBeschreibungRemoves the name of the currentIFluentMutableOptionalNameHolder
.Sets the name of the currentIFluentMutableOptionalNameHolder
.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.optionalattributeapi.IOptionalNameHolder
getName, getNameInQuotes, hasName, hasName
-
Methodendetails
-
removeName
FMONH removeName()Removes the name of the currentIFluentMutableOptionalNameHolder
.- Gibt zurück:
- the current
IFluentMutableOptionalNameHolder
.
-
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.
-