Modifier and Type | Method and Description |
---|---|
protected MPropertyInfoOrigin |
XJCCMInfoFactory.createPropertyInfoOrigin(com.sun.tools.xjc.model.CPropertyInfo info) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPropertyInfoOrigin |
class |
DummyPropertyInfoOrigin |
class |
XJCCMPropertyInfoOrigin |
Modifier and Type | Method and Description |
---|---|
protected MPropertyInfoOrigin |
CMInfoFactory.createAnyAttributePropertyInfoOrigin() |
protected MPropertyInfoOrigin |
CMInfoFactory.createPropertyInfoOrigin(PI info) |
MPropertyInfoOrigin |
CMPropertyInfo.getOrigin() |
Constructor and Description |
---|
CMAnyAttributePropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName) |
CMAnyElementPropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection,
boolean required,
boolean mixed,
boolean domAllowed,
boolean typedObjectAllowed) |
CMAttributePropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
MTypeInfo<T,C> typeInfo,
QName attributeName,
boolean required) |
CMElementPropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection,
boolean required,
MTypeInfo<T,C> typeInfo,
QName elementName,
QName wrapperElementName,
boolean nillable,
String defaultValue) |
CMElementRefPropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection,
boolean required,
MTypeInfo<T,C> typeInfo,
QName elementName,
QName wrapperElementName,
boolean mixed,
boolean domAllowed,
boolean typedObjectAllowed,
String defaultValue) |
CMElementRefsPropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection,
boolean required,
Collection<MElementTypeInfo<T,C>> elementTypeInfos,
QName wrapperElementName,
boolean mixed,
boolean domAllowed,
boolean typedObjectAllowed) |
CMElementsPropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection,
boolean required,
Collection<MElementTypeInfo<T,C>> elementTypeInfos,
QName wrapperElementName) |
CMPropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection,
boolean required) |
CMSingleTypePropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection,
MTypeInfo<T,C> typeInfo,
boolean required) |
CMValuePropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
MTypeInfo<T,C> typeInfo) |
Modifier and Type | Class and Description |
---|---|
class |
CMAnyAttributePropertyInfoOrigin |
class |
CMPropertyInfoOrigin<T,C,PI extends com.sun.xml.bind.v2.model.core.PropertyInfo<T,C>> |
Copyright © 2005–2018. All rights reserved.