public final class IGovLabelingContext extends Object
Constructor and Description |
---|
IGovLabelingContext(com.orchestranetworks.schema.SchemaDocumentationContext dContext)
Creates a new instance of
IGovLabelingContext based on SchemaDocumentationContext . |
IGovLabelingContext(com.orchestranetworks.schema.SchemaNode node,
Locale locale,
com.orchestranetworks.service.Session session)
Creates a new instance of
IGovLabelingContext . |
Modifier and Type | Method and Description |
---|---|
Locale |
getLocale()
Returns the
Locale of the current context. |
com.orchestranetworks.schema.SchemaNode |
getNode()
Returns the
SchemaNode of the current node in context. |
com.orchestranetworks.service.Session |
getSession()
Returns the
Session for the current context. |
public IGovLabelingContext(com.orchestranetworks.schema.SchemaNode node, Locale locale, com.orchestranetworks.service.Session session)
IGovLabelingContext
.public IGovLabelingContext(com.orchestranetworks.schema.SchemaDocumentationContext dContext)
IGovLabelingContext
based on SchemaDocumentationContext
.public com.orchestranetworks.schema.SchemaNode getNode()
SchemaNode
of the current node in context.public Locale getLocale()
Locale
of the current context.public com.orchestranetworks.service.Session getSession()
Session
for the current context.