org.eclipse.jpt.jaxb.core.context
Interface XmlJavaTypeAdapter
- All Superinterfaces:
- IAdaptable, JaxbContextNode, JaxbNode, JptResourceTypeReference, Model
public interface XmlJavaTypeAdapter
- extends JaxbContextNode
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.0
VALUE_PROPERTY
static final String VALUE_PROPERTY
- See Also:
- Constant Field Values
XML_ADAPTER_PROPERTY
static final String XML_ADAPTER_PROPERTY
- See Also:
- Constant Field Values
SPECIFIED_TYPE_PROPERTY
static final String SPECIFIED_TYPE_PROPERTY
- See Also:
- Constant Field Values
DEFAULT_TYPE_PROPERTY
static final String DEFAULT_TYPE_PROPERTY
- See Also:
- Constant Field Values
DEFAULT_TYPE
static final String DEFAULT_TYPE
- See Also:
- Constant Field Values
getAnnotation
XmlJavaTypeAdapterAnnotation getAnnotation()
getValue
String getValue()
setValue
void setValue(String value)
getFullyQualifiedValue
String getFullyQualifiedValue()
getXmlAdapter
XmlAdapter getXmlAdapter()
- Object based on specified "value"
getType
String getType()
getSpecifiedType
String getSpecifiedType()
setSpecifiedType
void setSpecifiedType(String type)
getDefaultType
String getDefaultType()
getFullyQualifiedType
String getFullyQualifiedType()
Copyright (c) 2012 Oracle. All rights reserved.