public class XmlHintsModelProperty extends Object implements ModelProperty
| Constructor and Description |
|---|
XmlHintsModelProperty(boolean allowInlineDefinition,
boolean allowTopLevelDefinition,
boolean allowReferences)
Creates a new instance
|
XmlHintsModelProperty(XmlHints styleAnnotation)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowsInlineDefinition() |
boolean |
allowsReferences() |
String |
getName() |
boolean |
isAllowTopLevelDefinition() |
boolean |
isExternalizable() |
public XmlHintsModelProperty(XmlHints styleAnnotation)
styleAnnotation - a XmlHintspublic XmlHintsModelProperty(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 ModelPropertygetName in interface NamedxmlHintspublic boolean isExternalizable()
isExternalizable in interface ModelPropertyfalsepublic boolean allowsInlineDefinition()
public boolean isAllowTopLevelDefinition()
public boolean allowsReferences()
Copyright © 2016 MuleSoft, Inc.. All rights reserved.