public class MetadataFormat extends Object
| Constructor and Description |
|---|
MetadataFormat(String prefix,
Transformer transformer,
String namespace,
String schemaLocation) |
| Modifier and Type | Method and Description |
|---|---|
Condition |
getCondition() |
String |
getNamespace() |
String |
getPrefix() |
String |
getSchemaLocation() |
Transformer |
getTransformer() |
boolean |
hasCondition() |
boolean |
isApplicable(ItemIdentifier item) |
void |
setFilter(Condition filter) |
public MetadataFormat(String prefix, Transformer transformer, String namespace, String schemaLocation)
public String getPrefix()
public Transformer getTransformer()
public String getNamespace()
public String getSchemaLocation()
public boolean isApplicable(ItemIdentifier item)
public Condition getCondition()
public boolean hasCondition()
public void setFilter(Condition filter)
Copyright © 2020. All rights reserved.