Class InfrastructureParameterModelProperty
java.lang.Object
org.mule.runtime.extension.api.property.InfrastructureParameterModelProperty
- All Implemented Interfaces:
Serializable,org.mule.runtime.api.meta.model.ModelProperty,org.mule.runtime.api.meta.NamedObject
public class InfrastructureParameterModelProperty
extends Object
implements org.mule.runtime.api.meta.model.ModelProperty
A
ModelProperty meant to be applied on ParameterModel instances which represent an infrastructure parameter- Since:
- 1.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
InfrastructureParameterModelProperty
public InfrastructureParameterModelProperty(int sequence)
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.mule.runtime.api.meta.model.ModelProperty- Specified by:
getNamein interfaceorg.mule.runtime.api.meta.NamedObject- Returns:
infrastructureParameter
-
isPublic
public boolean isPublic()- Specified by:
isPublicin interfaceorg.mule.runtime.api.meta.model.ModelProperty- Returns:
true
-
getSequence
public int getSequence()- Returns:
- a sequence indicating the parameters order
-