public class MappingReference
extends java.lang.Object
<mapping/>
element within a cfg.xml file.Modifier and Type | Class and Description |
---|---|
static class |
MappingReference.Type |
Constructor and Description |
---|
MappingReference(MappingReference.Type type,
java.lang.String reference) |
Modifier and Type | Method and Description |
---|---|
void |
apply(MetadataSources metadataSources) |
static MappingReference |
consume(JaxbCfgMappingReferenceType jaxbMapping) |
java.lang.String |
getReference() |
MappingReference.Type |
getType() |
public MappingReference(MappingReference.Type type, java.lang.String reference)
public MappingReference.Type getType()
public java.lang.String getReference()
public static MappingReference consume(JaxbCfgMappingReferenceType jaxbMapping)
public void apply(MetadataSources metadataSources)
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.