public interface HasName extends HasValue<Name>
Name
property.Modifier and Type | Method and Description |
---|---|
Name |
getName()
Returns the
Name
Convenience method replicating HasValue.getValue() to honour DMN model semantics. |
default Name |
getValue()
Returns the
Name |
void |
setName(Name name)
Sets the
Name
Convenience method replicating HasValue.setValue(Object) to honour DMN model semantics. |
default void |
setValue(Name name)
Sets the
Name |
static final HasName NOP
Name getName()
Name
Convenience method replicating HasValue.getValue()
to honour DMN model semantics.void setName(Name name)
Name
Convenience method replicating HasValue.setValue(Object)
to honour DMN model semantics.name
- Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.