public class ObjectClassDefinitionDTO
extends org.osgi.dto.DTO
ObjectClassDefinition| Modifier and Type | Field and Description |
|---|---|
List<AttributeDefinitionDTO> |
attributes
A list of attributes.
|
String |
description
The description of the OCD.
|
List<String> |
factoryPids
A list of factory pids.
|
List<IconDTO> |
icons
A list of the icons of this OCD.
|
String |
id
The id of the OCD.
|
String |
name
The name of the OCD.
|
List<String> |
pids
A list of pids.
|
| Constructor and Description |
|---|
ObjectClassDefinitionDTO() |
public String name
Must not be null.
public String description
If it is not specified this field must be null.
public String id
Must not be null.
public List<String> factoryPids
If it is not specified this field must empty.
public List<IconDTO> icons
If it is not specified this field must be empty.
public List<AttributeDefinitionDTO> attributes
If it is not specified this field must empty.
Copyright © 2021. All rights reserved.