public class XmlHintsAnnotation extends Object implements org.mule.metadata.api.annotation.TypeAnnotation
| Constructor and Description |
|---|
XmlHintsAnnotation(boolean allowInlineDefinition,
boolean allowTopLevelDefinition,
boolean allowReferences)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowsInlineDefinition() |
boolean |
allowsReferences() |
boolean |
allowsTopLevelDefinition() |
boolean |
equals(Object obj) |
String |
getName() |
int |
hashCode() |
public static final String NAME
public XmlHintsAnnotation(boolean allowInlineDefinition,
boolean allowTopLevelDefinition,
boolean allowReferences)
allowInlineDefinition - whether the associated element should support inline definition as child elementallowTopLevelDefinition - whether the associated element should support being defined as a top level elementallowReferences - whether the associated element should support registry referencespublic String getName()
getName in interface org.mule.metadata.api.annotation.TypeAnnotationxmlHintspublic boolean allowsInlineDefinition()
public boolean allowsReferences()
public boolean allowsTopLevelDefinition()
Copyright © 2017 MuleSoft, Inc.. All rights reserved.