Class NoWrapperModelProperty
java.lang.Object
org.mule.runtime.extension.api.property.NoWrapperModelProperty
- All Implemented Interfaces:
Serializable,org.mule.runtime.api.meta.model.ModelProperty,org.mule.runtime.api.meta.NamedObject
public class NoWrapperModelProperty
extends Object
implements org.mule.runtime.api.meta.model.ModelProperty
Indicates that a complex parameter that would have a wrapper element under normal conditions, doesn't have a wrapper element
when represented in the DSL.
- Since:
- 1.4
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NoWrapperModelPropertyUse this instance for memory efficiencystatic final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NAME
- See Also:
-
INSTANCE
Use this instance for memory efficiency
-
-
Constructor Details
-
NoWrapperModelProperty
public NoWrapperModelProperty()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.mule.runtime.api.meta.model.ModelProperty- Specified by:
getNamein interfaceorg.mule.runtime.api.meta.NamedObject
-
isPublic
public boolean isPublic()- Specified by:
isPublicin interfaceorg.mule.runtime.api.meta.model.ModelProperty- Returns:
truesince DSL must be handled consistently even after a serialization/deserialization of the extension model.
-