Class DocumentationLinksHolder
- java.lang.Object
-
- org.kie.workbench.common.dmn.api.property.dmn.DocumentationLinksHolder
-
- All Implemented Interfaces:
DMNProperty
@Portable public class DocumentationLinksHolder extends Object implements DMNProperty
-
-
Field Summary
Fields Modifier and Type Field Description static org.kie.workbench.common.stunner.core.definition.property.PropertyTypetype
-
Constructor Summary
Constructors Constructor Description DocumentationLinksHolder()DocumentationLinksHolder(DocumentationLinks value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)DocumentationLinksgetValue()inthashCode()voidsetValue(DocumentationLinks value)
-
-
-
Constructor Detail
-
DocumentationLinksHolder
public DocumentationLinksHolder()
-
DocumentationLinksHolder
public DocumentationLinksHolder(DocumentationLinks value)
-
-
Method Detail
-
getValue
public DocumentationLinks getValue()
-
setValue
public void setValue(DocumentationLinks value)
-
-