Class NameHolder
- java.lang.Object
-
- org.kie.workbench.common.dmn.api.property.dmn.NameHolder
-
- All Implemented Interfaces:
DMNProperty
@Portable public class NameHolder extends Object implements DMNProperty
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_NAMEstatic org.kie.workbench.common.stunner.core.definition.property.PropertyTypetype
-
Constructor Summary
Constructors Constructor Description NameHolder()NameHolder(Name value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NameHoldercopy()booleanequals(Object o)NamegetValue()inthashCode()voidsetValue(Name value)
-
-
-
Field Detail
-
DEFAULT_NAME
public static final String DEFAULT_NAME
- See Also:
- Constant Field Values
-
type
public static final org.kie.workbench.common.stunner.core.definition.property.PropertyType type
-
-
Constructor Detail
-
NameHolder
public NameHolder()
-
NameHolder
public NameHolder(Name value)
-
-