public interface ClassificationDeclaration
Classification
Modifier and Type | Field and Description |
---|---|
static int |
ADD_CHILD_INCLUDE_CONTENTS
Adds a child to a classification and includes its contents.
|
static int |
ADD_DECLARATION_ALL_DESCENDANT
Indicates that the descendant of this concept within the concept's native
terminology will be added to the classification, but not the concept itself.
|
static int |
ADD_DECLARATION_CONCEPT
Indicates that only the concept itself will be added to the classification.
|
static int |
ADD_DECLARATION_CONCEPT_AND_ALL_DESCENDANT
Indicates that concept and its descendants will be added to the declaration.
|
static int |
ADD_DECLARATION_CONCEPT_AND_DIRECT_CHILDREN_ONLY
Indicates that the concept and only its direct children within the
concept's native terminology will be added to the classification.
|
static int |
ADD_DECLARATION_DIRECT_CHILDREN_ONLY
Indicates that the direct children of this concept within the
concept's native terminology will be added to the classification,
but not the concept itself.
|
Modifier and Type | Method and Description |
---|---|
Classification |
getClassification()
Gets the
Classification object for which
this ClassificationDeclaration defines the content. |
Concept |
getConcept()
Gets the concept associated with this
ClassificationDeclaration
object. |
int |
getInsertOption()
Gets the insert option for this
ClassificationDeclaration
object. |
static final int ADD_DECLARATION_CONCEPT
static final int ADD_DECLARATION_DIRECT_CHILDREN_ONLY
static final int ADD_DECLARATION_ALL_DESCENDANT
static final int ADD_DECLARATION_CONCEPT_AND_DIRECT_CHILDREN_ONLY
static final int ADD_DECLARATION_CONCEPT_AND_ALL_DESCENDANT
static final int ADD_CHILD_INCLUDE_CONTENTS
Classification getClassification()
Classification
object for which
this ClassificationDeclaration
defines the content.Classification
object.Concept getConcept()
ClassificationDeclaration
object.Concept
object.int getInsertOption()
ClassificationDeclaration
object.ClassificationDeclaration
object. The constants are:
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved