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.?
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
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)
getNamespaceTextRange
TextRange getNamespaceTextRange()
getNameTextRange
TextRange getNameTextRange()
Copyright (c) 2012 Oracle. All rights reserved.