| Package | Description |
|---|---|
| org.jvnet.jaxb2_commons.xml.bind.model | |
| org.jvnet.jaxb2_commons.xml.bind.model.concrete | |
| org.jvnet.jaxb2_commons.xml.bind.model.util |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
MAnyAttributePropertyInfo<T,C extends T> |
|
interface |
MAnyElementPropertyInfo<T,C extends T> |
|
interface |
MAttributePropertyInfo<T,C extends T> |
|
interface |
MElementPropertyInfo<T,C extends T> |
|
interface |
MElementRefPropertyInfo<T,C extends T> |
|
interface |
MElementRefsPropertyInfo<T,C extends T> |
|
interface |
MElementsPropertyInfo<T,C extends T> |
|
interface |
MSingleTypePropertyInfo<T,C extends T> |
|
interface |
MValuePropertyInfo<T,C extends T> |
| Modifier and Type | Method | Description |
|---|---|---|
MPropertyInfo<T,C> |
MClassInfo.getProperty(String publicName) |
| Modifier and Type | Method | Description |
|---|---|---|
List<MPropertyInfo<T,C>> |
MClassInfo.getProperties() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
MClassInfo.addProperty(MPropertyInfo<T,C> propertyInfo) |
|
void |
MClassInfo.removeProperty(MPropertyInfo<T,C> propertyInfo) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
CMAnyAttributePropertyInfo<T,C extends T> |
|
class |
CMAnyElementPropertyInfo<T,C extends T> |
|
class |
CMAttributePropertyInfo<T,C extends T> |
|
class |
CMElementPropertyInfo<T,C extends T> |
|
class |
CMElementRefPropertyInfo<T,C extends T> |
|
class |
CMElementRefsPropertyInfo<T,C extends T> |
|
class |
CMElementsPropertyInfo<T,C extends T> |
|
class |
CMPropertyInfo<T,C extends T> |
|
class |
CMSingleTypePropertyInfo<T,C extends T> |
|
class |
CMValuePropertyInfo<T,C extends T> |
| Modifier and Type | Method | Description |
|---|---|---|
protected MPropertyInfo<T,C> |
CMInfoFactory.createAnyElementPropertyInfo(MClassInfo<T,C> classInfo,
RPI rp) |
|
protected MPropertyInfo<T,C> |
CMInfoFactory.createAttributePropertyInfo(MClassInfo<T,C> classInfo,
API propertyInfo) |
|
protected MPropertyInfo<T,C> |
CMInfoFactory.createElementPropertyInfo(MClassInfo<T,C> classInfo,
EPI ep) |
|
protected MPropertyInfo<T,C> |
CMInfoFactory.createElementRefPropertyInfo(MClassInfo<T,C> classInfo,
RPI rp) |
|
protected MPropertyInfo<T,C> |
CMInfoFactory.createElementRefsPropertyInfo(MClassInfo<T,C> classInfo,
RPI rp) |
|
protected MPropertyInfo<T,C> |
CMInfoFactory.createElementsPropertyInfo(MClassInfo<T,C> classInfo,
EPI ep) |
|
protected MPropertyInfo<T,C> |
CMInfoFactory.createValuePropertyInfo(MClassInfo<T,C> classInfo,
VPI propertyInfo) |
|
MPropertyInfo<T,C> |
CMClassInfo.getProperty(String privateName) |
| Modifier and Type | Method | Description |
|---|---|---|
List<MPropertyInfo<T,C>> |
CMClassInfo.getProperties() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
CMClassInfo.addProperty(MPropertyInfo<T,C> propertyInfo) |
|
void |
CMClassInfo.removeProperty(MPropertyInfo<T,C> propertyInfo) |
| Modifier and Type | Method | Description |
|---|---|---|
V |
DefaultPropertyInfoVisitor.visitPropertyInfo(MPropertyInfo<T,C> info) |
Copyright © 2005–2018. All rights reserved.