Dali Provisional API
Release 3.2

org.eclipse.jpt.jaxb.core.context
Interface JaxbQName

All Superinterfaces:
IAdaptable, JaxbContextNode, JaxbNode, JptResourceTypeReference, Model
All Known Implementing Classes:
AbstractQName

public interface JaxbQName
extends JaxbContextNode

Represents a namespace, name pairing

Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.

Since:
3.?

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference
JptResourceTypeReference.ResourceTypeIsKindOf, JptResourceTypeReference.ResourceTypeTransformer
 
Field Summary
static String DEFAULT_NAME_PROPERTY
           
static String DEFAULT_NAMESPACE_PROPERTY
           
static String NAME_PROPERTY
           
static String NAMESPACE_PROPERTY
           
static String SPECIFIED_NAME_PROPERTY
           
static String SPECIFIED_NAMESPACE_PROPERTY
           
 
Fields inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference
TRANSFORMER
 
Method Summary
 String getDefaultName()
           
 String getDefaultNamespace()
           
 String getName()
           
 String getNamespace()
           
 TextRange getNamespaceValidationTextRange()
           
 TextRange getNameValidationTextRange()
           
 String getSpecifiedName()
           
 String getSpecifiedNamespace()
           
 void setSpecifiedName(String name)
           
 void setSpecifiedNamespace(String namespace)
           
 
Methods inherited from interface org.eclipse.jpt.jaxb.core.context.JaxbContextNode
getCompletionProposals, getContextRoot, getValidationTextRange, synchronizeWithResourceModel, update, validate
 
Methods inherited from interface org.eclipse.jpt.jaxb.core.JaxbNode
getJaxbProject, getParent, getResource, stateChanged
 
Methods inherited from interface org.eclipse.jpt.common.utility.model.Model
addChangeListener, addCollectionChangeListener, addListChangeListener, addPropertyChangeListener, addStateChangeListener, removeChangeListener, removeCollectionChangeListener, removeListChangeListener, removePropertyChangeListener, removeStateChangeListener
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference
getResourceType
 

Field Detail

NAMESPACE_PROPERTY

static final String NAMESPACE_PROPERTY
See Also:
Constant Field Values

DEFAULT_NAMESPACE_PROPERTY

static final String DEFAULT_NAMESPACE_PROPERTY
See Also:
Constant Field Values

SPECIFIED_NAMESPACE_PROPERTY

static final String SPECIFIED_NAMESPACE_PROPERTY
See Also:
Constant Field Values

NAME_PROPERTY

static final String NAME_PROPERTY
See Also:
Constant Field Values

DEFAULT_NAME_PROPERTY

static final String DEFAULT_NAME_PROPERTY
See Also:
Constant Field Values

SPECIFIED_NAME_PROPERTY

static final String SPECIFIED_NAME_PROPERTY
See Also:
Constant Field Values
Method Detail

getNamespace

String getNamespace()

getDefaultNamespace

String getDefaultNamespace()

getSpecifiedNamespace

String getSpecifiedNamespace()

setSpecifiedNamespace

void setSpecifiedNamespace(String namespace)

getName

String getName()

getDefaultName

String getDefaultName()

getSpecifiedName

String getSpecifiedName()

setSpecifiedName

void setSpecifiedName(String name)

getNamespaceValidationTextRange

TextRange getNamespaceValidationTextRange()

getNameValidationTextRange

TextRange getNameValidationTextRange()

Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.