Modifier and Type | Method and Description |
---|---|
Map<String,String> |
ModelReader.getAttributesForField(ModelField modelField) |
Modifier and Type | Method and Description |
---|---|
FieldMetadata |
MetadataPlugin.getFieldMetadata(ModelField field,
Map<String,String> data) |
Modifier and Type | Class and Description |
---|---|
class |
ModelAssociation |
Modifier and Type | Method and Description |
---|---|
ModelField |
ModelType.getField(String type,
Version version) |
ModelField |
ModelInterface.getField(String type,
VersionRange versionRange) |
ModelField |
ModelClass.getField(String type,
VersionRange versionRange) |
abstract ModelField |
ModelType.getField(String type,
VersionRange versionRange) |
Modifier and Type | Method and Description |
---|---|
List<ModelField> |
ModelInterface.getAllFields()
Returns the list of all fields in this class.
|
List<ModelField> |
ModelClass.getAllFields()
Returns the list of all fields in this class.
|
abstract List<ModelField> |
ModelType.getAllFields()
Returns the list of all fields in this class.
|
List<ModelField> |
ModelInterface.getAllFields(boolean withInheritedField)
Returns all the fields in this class and all super classes if withInheritedField equals to true.
|
List<ModelField> |
ModelClass.getAllFields(boolean withInheritedField)
Returns all the fields in this class and all super classes if withInheritedField equals to true.
|
abstract List<ModelField> |
ModelType.getAllFields(boolean withInheritedField)
Returns all the fields in this class and all super classes if withInheritedField equals to true.
|
List<ModelField> |
ModelType.getAllFields(Version version,
boolean withInheritedField) |
List<ModelField> |
ModelType.getFields(Version version)
Returns the list of all fields in this class for a specific version.
|
List<ModelField> |
ModelType.getIdentifierFields(Version version) |
Modifier and Type | Method and Description |
---|---|
void |
ModelClass.addField(ModelField modelField) |
Modifier and Type | Method and Description |
---|---|
protected List<ModelField> |
AbstractModelloGenerator.getFieldsForClass(ModelClass modelClass)
Return the child fields of this class.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractModelloGenerator.isInnerAssociation(ModelField field) |
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractJavaModelloGenerator.getJavaDefaultValue(ModelField modelField) |
protected String |
AbstractJavaModelloGenerator.getValueChecker(String type,
String value,
ModelField field) |
Modifier and Type | Method and Description |
---|---|
FieldMetadata |
JavaMetadataPlugin.getFieldMetadata(ModelField field,
Map<String,String> data) |
Modifier and Type | Method and Description |
---|---|
FieldMetadata |
ModelMetadataPlugin.getFieldMetadata(ModelField field,
Map<String,String> data) |
Modifier and Type | Class and Description |
---|---|
class |
DummyIdModelField |
Modifier and Type | Method and Description |
---|---|
protected ModelField |
AbstractStaxGenerator.getReferenceIdentifierField(ModelAssociation association) |
Modifier and Type | Method and Description |
---|---|
FieldMetadata |
XdocMetadataPlugin.getFieldMetadata(ModelField field,
Map<String,String> data) |
Modifier and Type | Method and Description |
---|---|
FieldMetadata |
XsdMetadataPlugin.getFieldMetadata(ModelField field,
Map<String,String> data) |
Modifier and Type | Method and Description |
---|---|
protected ModelField |
AbstractXmlGenerator.getContentField(List<ModelField> modelFields)
Get the field which type is
Content if any. |
protected ModelField |
AbstractXmlJavaGenerator.getContentField(List<ModelField> modelFields)
Get the field which type is
Content if any. |
Modifier and Type | Method and Description |
---|---|
protected List<ModelField> |
AbstractXmlGenerator.getFieldsForXml(ModelClass modelClass,
Version version)
Return the XML fields of this class, with proper XML order and no XML transient fields.
|
protected List<ModelField> |
AbstractXmlJavaGenerator.getFieldsForXml(ModelClass modelClass,
Version version)
Return the XML fields of this class, with proper XML order and no XML transient fields.
|
protected List<ModelField> |
AbstractXmlGenerator.getXmlAttributeFields(List<ModelField> modelFields)
Gets all fields that are not marked as XML attribute.
|
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractXmlGenerator.resolveTagName(ModelField modelField,
XmlFieldMetadata xmlFieldMetadata)
Resolve XML tag name for a field.
|
protected String |
AbstractXmlJavaGenerator.resolveTagName(ModelField modelField,
XmlFieldMetadata xmlFieldMetadata)
Resolve XML tag name for a field.
|
Modifier and Type | Method and Description |
---|---|
protected ModelField |
AbstractXmlGenerator.getContentField(List<ModelField> modelFields)
Get the field which type is
Content if any. |
protected ModelField |
AbstractXmlJavaGenerator.getContentField(List<ModelField> modelFields)
Get the field which type is
Content if any. |
protected List<ModelField> |
AbstractXmlGenerator.getXmlAttributeFields(List<ModelField> modelFields)
Gets all fields that are not marked as XML attribute.
|
protected boolean |
AbstractXmlGenerator.hasContentField(List<ModelField> modelFields) |
Modifier and Type | Method and Description |
---|---|
FieldMetadata |
XmlMetadataPlugin.getFieldMetadata(ModelField field,
Map<String,String> data) |
Copyright © 2001-2014 Codehaus. All Rights Reserved.